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.
This commit is contained in:
oldkid 2025-01-28 14:26:49 +01:00
parent c9c805086f
commit d6e89e75c0

View file

@ -131,6 +131,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;
@ -191,6 +199,7 @@ header #banner {
}
#nav-user-menu {
min-width: 250px !important;
overflow-x: hidden;
}
.btn {
border-radius: 10px;
@ -1046,7 +1055,15 @@ iframe, img, video {
#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;