Update public/s/css/f0ck.css
Some checks failed
fetch npm modules / f0ck the f0cker (push) Failing after 0s

This commit is contained in:
Kibi Kelburton 2025-01-24 00:21:13 +00:00
parent 6a002feff5
commit b249a87166

View File

@ -3028,4 +3028,26 @@ body {
position: sticky;
bottom: 0;
}
.nav-link .user span {
visibility: hidden;
}
.navbar-nav {
display: grid !important;
grid-template-rows: 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 0.25em;
}
.dropdown-menu {
position: absolute;
bottom: 30px;
top: unset;
}
.navbar-brand {
line-height: 1.5;
pointer-events: none;
}
}