diff options
Diffstat (limited to 'apps/settings/css/settings.scss')
-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; } } |