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 04:21:00 +00:00
parent 5fcd88b824
commit b86b739d38

View File

@ -3075,4 +3075,26 @@ input#s_avatar {
margin: unset; margin: unset;
width: unset; width: unset;
} }
.dropdown-menu {
list-style: none;
padding: 0;
min-width: 25vw;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
border-top: 1px solid;
border-color: var(--black);
margin-bottom: 0;
text-align: left;
box-shadow: 2px 3px 5px var(--black);
}
.dropdown-menu li {
padding-left: 6px;
}
.nav-link {
border-radius: 0;
}
} }