fix(SW-184): using more variables and removed variants from navigation menu after PR
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
gap: var(--Spacing-x1);
|
||||
}
|
||||
|
||||
.userName {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.nav {
|
||||
display: flex;
|
||||
@@ -44,4 +48,7 @@
|
||||
.menus {
|
||||
display: contents;
|
||||
}
|
||||
.userName {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user