From 9e2c420461cef709811ac84f958fae20b93b800b Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 22 Oct 2020 12:29:55 -0400 Subject: Categorize and normalize folder listing --- themes/alps/assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'themes/alps/assets') diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css index 6d107de..2ba4af7 100644 --- a/themes/alps/assets/style.css +++ b/themes/alps/assets/style.css @@ -127,7 +127,8 @@ footer { text-align: right; } aside { flex: 0 0 180px; } -aside a { width: 100%; display: block; padding: 0.4rem 0 0.4rem 0.5rem; } +aside a, +aside .noselect { width: 100%; display: block; padding: 0.4rem 0 0.4rem 0.5rem; } aside a.active { font-weight: bold; color: black; text-decoration: none; } aside img { display: block; } main { -- cgit v1.2.3