From 9075646fb9fac3e98e8ab3b561062fc71c83baf3 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Sun, 19 Jul 2020 21:58:40 -0400 Subject: [PATCH] Fix preset category sublist styling --- css/80_app.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index f4ce2ef50..74585971c 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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); }