diff options
author | GretaD <gretadoci@gmail.com> | 2020-01-13 18:37:59 +0100 |
---|---|---|
committer | GretaD <gretadoci@gmail.com> | 2020-03-23 10:20:38 +0100 |
commit | 5cc08ac5e4fa51cde040188ed416b4e073a2a2f0 (patch) | |
tree | fc8f4b4efa0101bfab8bd1e676e856755032c652 /apps/settings/css | |
parent | 0b4c39d656e06e8be68c9f92b39bafcc0d1b2310 (diff) | |
download | nextcloud-server-5cc08ac5e4fa51cde040188ed416b4e073a2a2f0.tar.gz nextcloud-server-5cc08ac5e4fa51cde040188ed416b4e073a2a2f0.zip |
Fix unlimited and progress bar
Signed-off-by: GretaD <gretadoci@gmail.com>
Diffstat (limited to 'apps/settings/css')
-rw-r--r-- | apps/settings/css/settings.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index ff4611d4afa..02a5da95acb 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -1614,14 +1614,14 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { } &.quota { - height: 44px; - display: flex; - align-items: center; - justify-content: center; + display: flex;; + justify-content: left; + white-space: nowrap; + position: relative; progress { - width: 100%; - margin: 0 10px; + width: 150px; + margin-top: 35px; height: 3px; } } |