tidy up unfinished admin css

This commit is contained in:
ari melody 2025-10-20 08:31:36 +01:00
parent 13a84f7f25
commit 14feb47640
Signed by: ari
GPG key ID: CF99829C92678188
4 changed files with 20 additions and 6 deletions

View file

@ -107,7 +107,6 @@ nav .icon img {
.nav-item {
width: auto;
height: 100%;
padding: 0 1em;
display: flex;
color: var(--fg-2);
@ -123,9 +122,13 @@ nav .icon img {
text-decoration: none;
}
nav a {
padding: 0 1em;
text-decoration: none;
color: inherit;
}
nav a.icon {
padding: 0;
}
nav #logout {
/* margin-left: auto; */
}