From: Art Cancro Date: Sat, 24 Sep 2022 15:09:28 +0000 (-0400) Subject: Something about the way we were rendering items in the banner bar was making it overf... X-Git-Tag: v959~34 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=e2d0fb16128b3fecd657dfa5c04b9a615cb1ad3c;p=citadel.git Something about the way we were rendering items in the banner bar was making it overflow and scrollbars were appearing. Removed all of the float styling for now. I will rewrite it as a flexbox. --- diff --git a/webcit-ng/static/index.html b/webcit-ng/static/index.html index 2d9f4d8a3..a320f4c22 100644 --- a/webcit-ng/static/index.html +++ b/webcit-ng/static/index.html @@ -20,16 +20,12 @@