We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f3a8d commit 997e231Copy full SHA for 997e231
1 file changed
app/assets/stylesheets/components/sidebar.css
@@ -26,13 +26,25 @@
26
align-items: center;
27
justify-content: center;
28
transition: transform var(--transition-fast), background-color var(--transition-fast);
29
+ z-index: 1;
30
}
31
32
.sidebar-collapse-button:hover {
33
background: var(--color-bg-hover);
34
transform: scale(1.05);
35
36
37
+@media (max-width: 720px) {
38
+ .layout-sidebar-resizer {
39
+ width: 18px;
40
+ }
41
+
42
+ .sidebar-collapse-button {
43
+ width: 48px;
44
+ height: 48px;
45
46
+}
47
48
.sidebar-section {
49
margin-bottom: var(--spacing-8);
50
0 commit comments