mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 14:23:38 +02:00
Fix preset category sublist styling
This commit is contained in:
+3
-4
@@ -1297,12 +1297,11 @@ a.hide-toggle {
|
||||
}
|
||||
|
||||
.subgrid .preset-list {
|
||||
width: auto;
|
||||
padding: 10px;
|
||||
margin-top: 0;
|
||||
margin: 0 -10px;
|
||||
border: 0;
|
||||
border-radius: 8px;
|
||||
width: -webkit-calc(100% + 20px);
|
||||
margin-left: -10px;
|
||||
}
|
||||
.subgrid .preset-list > *:last-child {
|
||||
margin-bottom: 0;
|
||||
@@ -1315,7 +1314,7 @@ a.hide-toggle {
|
||||
width: 0;
|
||||
height: 0;
|
||||
margin-left: 50%;
|
||||
margin-left: -webkit-calc(50% - 10px);
|
||||
margin-left: calc(50% - 10px);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user