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 1e49b67 commit 636b267Copy full SHA for 636b267
client/styles/components/_sidebar.scss
@@ -72,6 +72,7 @@
72
// not sure how to do this in a better way
73
// it won't work if the file tree is too nested
74
.file-item__spacer {
75
+ flex-shrink: 0;
76
.sidebar__file-item & {
77
width: #{33 / $base-font-size}rem;
78
@@ -122,10 +123,12 @@
122
123
@include themify() {
124
@extend %icon;
125
padding: #{4 / $base-font-size}rem 0;
126
+ background-color: map-get($theme-map, 'file-selected-color');
127
+ padding-right: #{6 / $base-font-size}rem;
128
}
129
display: none;
130
position: absolute;
- right: #{6 / $base-font-size}rem;
131
+ right: 0;
132
.sidebar__file-item--selected > .file-item__content & {
133
display: inline-block;
134
0 commit comments