tidy up unfinished admin css
This commit is contained in:
parent
13a84f7f25
commit
14feb47640
4 changed files with 20 additions and 6 deletions
|
|
@ -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; */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue