Skip to content

Commit 2629667

Browse files
committed
make sidebar content slightly wider
1 parent 17bbec4 commit 2629667

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

addon/styles/components/es-sidebar.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
border-right: 2px solid var(--color-gray-300);
1414
}
1515

16-
@media (max-width: 844px) {
16+
.es-sidebar {
17+
padding: var(--spacing-4) var(--spacing-2);
18+
background-color: var(--color-gray-200);
19+
}
20+
21+
@media (width <= 844px) {
1722
.es-sidebar-toggle {
1823
position: fixed;
1924
z-index: 1;

addon/styles/sidebar-container.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--sidebar-width: 18.5rem;
2+
--sidebar-width: 21rem;
33
}
44

55
.sidebar-container {

0 commit comments

Comments
 (0)