Fix progress input overflow
removed border-radius on big quota from the main settings page Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
7fb3292949
commit
9ff07bd280
2 changed files with 7 additions and 0 deletions
|
@ -478,6 +478,7 @@ progress {
|
|||
border-radius: 3px;
|
||||
flex-basis: 100%;
|
||||
height: 5px;
|
||||
overflow: hidden;
|
||||
&.warn {
|
||||
&::-moz-progress-bar {
|
||||
background: $color-error;
|
||||
|
|
|
@ -932,6 +932,12 @@ code {
|
|||
padding: 0 !important;
|
||||
progress {
|
||||
height: 36px;
|
||||
&::-moz-progress-bar {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
&::-webkit-progress-value {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
}
|
||||
div {
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Reference in a new issue