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

@ -3019,13 +3019,35 @@ input#s_avatar {
/* nav ↓ (mobile) */ /* nav ↓ (mobile) */
@media (max-width: 768px) { @media (max-width: 768px) {
body { body {
display: grid; display: grid;
} }
.navbar.navbar-expand-lg { .navbar.navbar-expand-lg {
grid-row-start: 2; grid-row-start: 2;
position: sticky; position: sticky;
bottom: 0; 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;
}
} }