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:
John Molakvoæ (skjnldsv) 2017-09-28 16:10:30 +02:00
parent 7fb3292949
commit 9ff07bd280
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
2 changed files with 7 additions and 0 deletions

View File

@ -478,6 +478,7 @@ progress {
border-radius: 3px;
flex-basis: 100%;
height: 5px;
overflow: hidden;
&.warn {
&::-moz-progress-bar {
background: $color-error;

View File

@ -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;