We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bbec4 commit 2629667Copy full SHA for 2629667
addon/styles/components/es-sidebar.css
@@ -13,7 +13,12 @@
13
border-right: 2px solid var(--color-gray-300);
14
}
15
16
-@media (max-width: 844px) {
+.es-sidebar {
17
+ padding: var(--spacing-4) var(--spacing-2);
18
+ background-color: var(--color-gray-200);
19
+}
20
+
21
+@media (width <= 844px) {
22
.es-sidebar-toggle {
23
position: fixed;
24
z-index: 1;
addon/styles/sidebar-container.css
@@ -1,5 +1,5 @@
1
:root {
2
- --sidebar-width: 18.5rem;
+ --sidebar-width: 21rem;
3
4
5
.sidebar-container {
0 commit comments