From 7cc553b75da12fb371c6bceca802d8ae8ddcd79b Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 1 Mar 2022 11:51:00 -0800 Subject: [PATCH] spectators: Add divider before sidebar login/signup buttons. This slightly improves the visuals of this component. --- static/styles/right_sidebar.css | 4 ++++ static/templates/right_sidebar.hbs | 1 + 2 files changed, 5 insertions(+) diff --git a/static/styles/right_sidebar.css b/static/styles/right_sidebar.css index 6fd1e76fad..27b58c02da 100644 --- a/static/styles/right_sidebar.css +++ b/static/styles/right_sidebar.css @@ -253,4 +253,8 @@ width: 100%; margin-bottom: 10px; } + + hr { + width: 90%; + } } diff --git a/static/templates/right_sidebar.hbs b/static/templates/right_sidebar.hbs index 966f5a44ee..f84458b67e 100644 --- a/static/templates/right_sidebar.hbs +++ b/static/templates/right_sidebar.hbs @@ -32,6 +32,7 @@
{{rendered_markdown realm_description }}
+