From 722db8597223e5621d38a2d132c279c59f0d3049 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Mon, 27 Jan 2025 23:11:12 +0000 Subject: [PATCH] Minor tweaks * Brand text styled and positioned * Advanced Content Filter add-on help table spill fixed. * Added "Sign-In" label to button * Menu overflow-x now hidden. --- bookface_dark.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/bookface_dark.css b/bookface_dark.css index 5487c5b..1383e32 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -123,6 +123,14 @@ header #banner { height: 40px !important; width: 40px !important; } + #navbar-brand-text { + line-height: 40px; + font-weight: 700; + color: var(--link-color) !important; + } + #nav-login::before{ + content: 'Sign-In'; + } .topbar ul.nav { left: 50% !important; margin-left: -25% !important; @@ -183,6 +191,7 @@ header #banner { } #nav-user-menu { min-width: 250px !important; + overflow-x: hidden; } .nav-pills .dropdown-menu li a, .nav-pills .dropdown-menu li .btn-link, @@ -1004,7 +1013,13 @@ aside .widget li:hover { #photos-upload-perms button[data-toggle="modal"]:focus { background-color: rgba(255,255,255,.1) !important; } - +/* ADD-ONS */ +.advancedcontentfilter-content-wrapper table td:nth-of-type(2) { + word-wrap: anywhere; +} +.advancedcontentfilter-content-wrapper pre { + margin-top: 20px; +} @media screen and (max-width: 1280px) { #search-box { width: 18% !important;