mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-09-14 06:50:20 +00:00
18 lines
206 B
Stylus
18 lines
206 B
Stylus
.site-nav-toggle, .site-nav-search {
|
|
display: none;
|
|
|
|
+mobile() {
|
|
flex-column();
|
|
}
|
|
|
|
.toggle {
|
|
color: var(--text-color);
|
|
}
|
|
}
|
|
|
|
.site-nav {
|
|
+mobile() {
|
|
site-nav-hide-by-default();
|
|
}
|
|
}
|