]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(files): navigation quota alignments
authorJohn Molakvoæ <skjnldsv@protonmail.com>
Sat, 12 Aug 2023 15:10:24 +0000 (17:10 +0200)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Thu, 17 Aug 2023 16:56:38 +0000 (18:56 +0200)
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
apps/files/src/components/NavigationQuota.vue

index 02d473e7def8497f7ccae868b89e352a5808a355..8dd9790461bee9043728cdaf3ac38cc41e92cfb0 100644 (file)
@@ -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);
        }