mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix quota overflow and error color
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
adb847de41
commit
ca00e24504
1 changed files with 1 additions and 3 deletions
|
|
@ -944,9 +944,6 @@ code {
|
|||
white-space: nowrap;
|
||||
position: absolute;;
|
||||
top: 0;
|
||||
&.quota-warning {
|
||||
background-color: $color-warning;
|
||||
}
|
||||
&.quotatext-bg {
|
||||
mix-blend-mode: luminosity;
|
||||
}
|
||||
|
|
@ -954,6 +951,7 @@ code {
|
|||
color: $color-primary-text;
|
||||
overflow: hidden;
|
||||
z-index: 50;
|
||||
max-width: 100%;
|
||||
}
|
||||
.quotatext {
|
||||
padding: .6em 1em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue