mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
fixed progress bar
This commit is contained in:
parent
f2b74aecc2
commit
7be342af20
1 changed files with 3 additions and 2 deletions
|
@ -56,10 +56,11 @@
|
|||
|
||||
.bar {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
height: 100%;
|
||||
height: 10px;
|
||||
z-index: -1;
|
||||
background: @pfm-purple;
|
||||
}
|
||||
|
||||
&.has-error {
|
||||
|
|
Loading…
Reference in a new issue