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:27:08 +01:00
parent d6e89e75c0
commit d76118e44f

View file

@ -126,6 +126,14 @@
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;
@ -182,6 +190,7 @@
#nav-user-menu {
background-color: #ffffff !important;
min-width: 250px !important;
overflow-x: hidden;
}
.btn {
@ -960,7 +969,15 @@
#photos-upload-perms button[data-toggle="modal"]:hover,
#photos-upload-perms button[data-toggle="modal"]:focus {
background-color: rgba(0,0,0,.2) !important;
}
/* ADD-ONS */
.advancedcontentfilter-content-wrapper table td:nth-of-type(2) {
word-wrap: anywhere;
}
.advancedcontentfilter-content-wrapper pre {
margin-top: 20px;
}
audio, progress, video {
display: block;