@@ -3,7 +3,6 @@
|
||||
nav {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: fixed;
|
||||
background-color: var(--bg_overlays);
|
||||
box-shadow: 0 0 4px $shadow;
|
||||
padding: 0;
|
||||
@@ -16,6 +15,10 @@ nav {
|
||||
.icon-button button {
|
||||
color: var(--fg_nav);
|
||||
}
|
||||
|
||||
body.fixed-nav & {
|
||||
position: fixed;
|
||||
}
|
||||
}
|
||||
|
||||
.inner-nav {
|
||||
|
||||
Reference in New Issue
Block a user