Skip to content

Commit

Permalink
fix(files): navigation quota alignments
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Aug 12, 2023
1 parent bc71630 commit 912abce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/files/src/components/NavigationQuota.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ export default {
.app-navigation-entry__settings-quota {
// Align title with progress and icon
&--not-unlimited::v-deep .app-navigation-entry__name {
margin-top: -4px;
margin-top: -6px;
}
progress {
position: absolute;
bottom: 10px;
bottom: 12px;
margin-left: 44px;
width: calc(100% - 44px - 22px);
}
Expand Down

0 comments on commit 912abce

Please sign in to comment.