Skip to content

Commit 912abce

Browse files
committed
fix(files): navigation quota alignments
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 parent bc71630 commit 912abce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/files/src/components/NavigationQuota.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ export default {
135135
.app-navigation-entry__settings-quota {
136136
// Align title with progress and icon
137137
&--not-unlimited::v-deep .app-navigation-entry__name {
138-
margin-top: -4px;
138+
margin-top: -6px;
139139
}
140140
141141
progress {
142142
position: absolute;
143-
bottom: 10px;
143+
bottom: 12px;
144144
margin-left: 44px;
145145
width: calc(100% - 44px - 22px);
146146
}

0 commit comments

Comments
 (0)