From 41a5ee376d640e9ee51cca9621181c9ad1985f3c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 23 Oct 2022 19:16:18 +0200 Subject: [PATCH 1/2] update --- styles.css | 11 ----------- 1 file changed, 11 deletions(-) mode change 100644 => 100755 styles.css diff --git a/styles.css b/styles.css old mode 100644 new mode 100755 index 9da5c38..2197ed0 --- a/styles.css +++ b/styles.css @@ -4341,17 +4341,6 @@ ul.h-list li { display: inline-block; margin: 5px 10px 5px 10px; } -body > nav { - width: 250px; - overflow-y: auto; - font-size: 0.8em; - background: var(--nav-category-background); - color: rgba(255, 255, 255, 0.8); - flex-shrink: 0; - display: flex; - flex-direction: column; - user-select: none; } - #nav-side-outer { overflow-y: auto; height: 100%; From f0dea22f683bef6539a25551e276b489e7e62488 Mon Sep 17 00:00:00 2001 From: Build Bot Date: Sun, 23 Oct 2022 17:17:12 +0000 Subject: [PATCH 2/2] Automatic css build --- styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/styles.css b/styles.css index 2197ed0..9da5c38 100755 --- a/styles.css +++ b/styles.css @@ -4341,6 +4341,17 @@ ul.h-list li { display: inline-block; margin: 5px 10px 5px 10px; } +body > nav { + width: 250px; + overflow-y: auto; + font-size: 0.8em; + background: var(--nav-category-background); + color: rgba(255, 255, 255, 0.8); + flex-shrink: 0; + display: flex; + flex-direction: column; + user-select: none; } + #nav-side-outer { overflow-y: auto; height: 100%;