Show full navigation on mobile

This commit is contained in:
Cadence Ember 2025-04-14 13:41:00 +12:00
parent b1ab998a4b
commit 8f051edf92
3 changed files with 28 additions and 26 deletions

View file

@ -34,12 +34,30 @@
.s-navigation__toggle.s-navigation {
--_na-item-bg: var(--black-150);
}
@media screen and (max-width: 450px) {
@media screen and (max-width: 700px) {
.s-navigation__toggle.s-navigation .is-selected svg {
visibility: hidden;
width: 0;
}
}
@media screen and (max-width: 640px) {
.s-navigation {
/* styles from s-navigation__sm */
--_na-item-fs: var(--fs-caption);
--_na-item-p: var(--su4) var(--su12);
}
}
.s-topbar {
/* support variable height topbar */
height: auto;
min-height: var(--_tb-h);
align-items: stretch;
}
@media screen and (max-width: 470px) {
.shape-nav {
display: none;
}
}
.duration-last-col td:last-child {
text-align: right;
white-space: pre;