Fix preset category sublist styling

This commit is contained in:
Quincy Morgan
2020-07-19 21:58:40 -04:00
parent 284a9291c4
commit 9075646fb9
+3 -4
View File
@@ -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);
}