File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
apps/files/src/components Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -167,15 +167,18 @@ export default {
167
167
// User storage stats display
168
168
.app - navigation- entry__settings- quota {
169
169
// Align title with progress and icon
170
- & -- not- unlimited:: v- deep .app - navigation- entry__name {
171
- margin- top: - 6px ;
170
+ -- app- navigation- quota- margin: calc ((var (-- default- clickable- area) - 24px ) / 2 ); // 20px icon size and 4px progress bar
171
+
172
+ & -- not- unlimited : deep (.app - navigation - entry__name ) {
173
+ line- height: 1 ;
174
+ margin- top: var (-- app- navigation- quota- margin);
172
175
}
173
176
174
177
progress {
175
178
position: absolute;
176
- bottom: 12px ;
177
- margin- inline- start: 44px ;
178
- width: calc (100 % - 44px - 22px );
179
+ bottom: var ( -- app - navigation - quota - margin) ;
180
+ margin- inline- start: var ( -- default - clickable - area) ;
181
+ width: calc (100 % - ( 1.5 * var ( -- default - clickable - area)) );
179
182
}
180
183
}
181
184
< / style>
You can’t perform that action at this time.
0 commit comments