Skip to content

Commit 047acc3

Browse files
authored
Merge pull request #33260 from nextcloud/fix/carl/quota
Fix quota nav item
2 parents 796d6b0 + 0703d0f commit 047acc3

6 files changed

Lines changed: 35 additions & 47 deletions

File tree

apps/files/css/files.css

Lines changed: 9 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files/css/files.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files/css/files.scss

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -886,37 +886,33 @@ table.dragshadow td.size {
886886
}
887887
}
888888

889-
#quota {
889+
.quota-navigation-item {
890890
margin: 0 !important;
891891
border: none;
892892
border-radius: 0;
893893
background-color: transparent;
894894
z-index:1;
895+
height: 44px;
896+
display: flex !important;
897+
flex-direction: column;
898+
899+
&__text {
900+
height: 30px;
901+
}
895902

896-
> a[href='#'] {
903+
&[href='#'] {
897904
// if no link is set, no mouse feedback
898905
&, * {
899906
cursor: default !important;
900907
}
901908
}
902909

903-
.quota-container {
910+
&__container {
904911
height: 5px;
905912
border-radius: var(--border-radius);
906-
907-
div {
908-
height: 100%;
909-
background-color: var(--color-primary);
910-
}
911913
}
912914
}
913915

914-
#quotatext {
915-
padding: 0;
916-
height: 30px;
917-
line-height: 30px;
918-
}
919-
920916
/* GRID */
921917
#filestable.view-grid:not(.hidden) {
922918
$grid-size: 160px;

apps/files/css/merged.css

Lines changed: 9 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)