aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-08-12 17:10:24 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-08-17 18:56:38 +0200
commit96d59710833d6a6afb67794790ef931812e07790 (patch)
tree8df6d6e6dbb4cb4dba0d1cd44718c6522b68f122 /apps/files
parentaf44cc79fa36f5ae65412efd51d0c46a9ad74032 (diff)
downloadnextcloud-server-96d59710833d6a6afb67794790ef931812e07790.tar.gz
nextcloud-server-96d59710833d6a6afb67794790ef931812e07790.zip
fix(files): navigation quota alignments
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/src/components/NavigationQuota.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/src/components/NavigationQuota.vue b/apps/files/src/components/NavigationQuota.vue
index 02d473e7def..8dd9790461b 100644
--- a/apps/files/src/components/NavigationQuota.vue
+++ b/apps/files/src/components/NavigationQuota.vue
@@ -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);
}