Triccsr 1b2b0040b4
Display sidebar on mobile for Pisces and Gemini (#710)
Co-authored-by: Mimi <1119186082@qq.com>
2024-04-26 22:09:19 +08:00

36 lines
449 B
Stylus

.column {
width: $sidebar-width-dual-column;
+tablet-mobile() {
width: auto;
}
}
.site-brand-container {
background: var(--theme-color);
.site-nav-on & {
+tablet-mobile() {
box-shadow: 0 0 16px rgba(0, 0, 0, .5);
}
}
}
.site-meta {
padding: 20px 0;
}
.site-nav-toggle, .site-nav-right {
+tablet() {
flex-column();
}
.toggle {
color: white;
.toggle-line {
background: white;
}
}
}