From bddee38e88ffac9ba7129846ef1a9c7e61684bcc Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 28 May 2023 06:29:00 -0400 Subject: Online Users and Comma separated views --- static/css/sidebar.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'static/css') diff --git a/static/css/sidebar.css b/static/css/sidebar.css index 12917902..e43c3b07 100644 --- a/static/css/sidebar.css +++ b/static/css/sidebar.css @@ -90,7 +90,8 @@ #archives-area h2, #categories-area h2, #admin-area h2, -#fun-stuff h2 { +#fun-stuff h2, +#online-users h2 { background: #311b4f; padding: 10px 15px; text-align: left; @@ -106,10 +107,19 @@ #archives-area ul, #categories-area ul, #admin-area ul, -#fun-stuff ul { +#fun-stuff ul, +#online-users div { background: #f4f1e90f; padding: 10px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } +#online-users div > ul { + padding: 0 0 0 20px; +} + +#online-users p { + margin: 0; +} + -- cgit v1.2.3