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

31 lines
447 B
Stylus

.toggle {
line-height: 0;
.toggle-line {
background: white;
display: block;
height: 2px;
left: 0;
position: relative;
top: 0;
transition: all .4s;
width: 100%;
&:first-child {
margin-top: 1px;
}
&:not(:first-child) {
margin-top: 4px;
}
}
}
.toggle.toggle-arrow {
toggle-arrow($sidebar-toggle-alignment);
}
.toggle.toggle-close {
toggle-close($sidebar-toggle-alignment);
}