feat: Revert previous nav design, re-add option to disable nav icons
Yes, I'm weird
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
& {
|
||||
width: auto;
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
@ -30,12 +30,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
#title {
|
||||
margin: 0 0.2rem 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@ -58,16 +52,6 @@
|
||||
text-decoration: none;
|
||||
transition: var(--transition);
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
& {
|
||||
padding: 0.45rem 0.75rem;
|
||||
}
|
||||
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--fg-muted-1);
|
||||
color: var(--primary-color);
|
||||
|
Reference in New Issue
Block a user