mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
positioning tweaks.
This commit is contained in:
+4
-2
@@ -805,9 +805,9 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
}
|
||||
|
||||
.subgrid {
|
||||
width: -webkit-calc(100% + 10px);
|
||||
width: calc(100% - 10px);
|
||||
width: 100%;
|
||||
width: -webkit-calc(100% + 10px);
|
||||
width: calc(100% + 10px);
|
||||
margin-left: -10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -913,6 +913,8 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
.tag-wrap .preset-icon-wrap div {
|
||||
height: 90px;
|
||||
width: 33.3333%;
|
||||
width: -webkit-calc(33.3333% - 10px);
|
||||
width: calc(33.3333% - 10px);
|
||||
margin: auto;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #CCC;
|
||||
|
||||
Reference in New Issue
Block a user