From 733329447bbcd15a112c6dcd464bb08b39caca16 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 1 Jun 2018 09:16:52 -0400 Subject: [PATCH] Fixed inner list elements being too wide --- style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index ee89e80..15c1885 100644 --- a/style.css +++ b/style.css @@ -326,8 +326,7 @@ body.dark input[type="checkbox"]:checked+ display: none; } -.flex-outer li, -.flex-inner { +.flex-outer li { display: flex; flex-wrap: wrap; align-items: center; @@ -392,7 +391,7 @@ body.light .flex-outer input[type="checkbox"]:checked + label:not(.custom-header display: flex; flex-wrap: wrap; align-items: center; - width: 80%; + width: 400px; } body.light .has-tooltip {