feat: Add my pages linkk to desktop main menu and hide on mobile
This commit is contained in:
committed by
Michael Zetterberg
parent
665d757102
commit
d5c9a934f8
@@ -235,6 +235,10 @@
|
||||
gap: var(--Spacing-x3);
|
||||
}
|
||||
|
||||
.myPagesDesktopLink {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 1367px) {
|
||||
.navBar {
|
||||
grid-template-columns: 140px auto 1fr;
|
||||
@@ -336,4 +340,7 @@
|
||||
.avatarButton {
|
||||
display: none;
|
||||
}
|
||||
.myPagesDesktopLink {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user