aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.scss
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css/files.scss')
-rw-r--r--apps/files/css/files.scss24
1 files changed, 10 insertions, 14 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index b77c6ca2bd1..6242eb4a5c0 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -886,37 +886,33 @@ table.dragshadow td.size {
}
}
-#quota {
+.quota-navigation-item {
margin: 0 !important;
border: none;
border-radius: 0;
background-color: transparent;
z-index:1;
+ height: 44px;
+ display: flex !important;
+ flex-direction: column;
+
+ &__text {
+ height: 30px;
+ }
- > a[href='#'] {
+ &[href='#'] {
// if no link is set, no mouse feedback
&, * {
cursor: default !important;
}
}
- .quota-container {
+ &__container {
height: 5px;
border-radius: var(--border-radius);
-
- div {
- height: 100%;
- background-color: var(--color-primary);
- }
}
}
-#quotatext {
- padding: 0;
- height: 30px;
- line-height: 30px;
-}
-
/* GRID */
#filestable.view-grid:not(.hidden) {
$grid-size: 160px;