mirror of https://gitlab.com/brutaldon/brutaldon
Make the progress bar smol
This commit is contained in:
parent
ae604f85b9
commit
16a085fabb
|
@ -129,7 +129,7 @@ emoji-link
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 666;
|
z-index: 666;
|
||||||
transition: all 500ms;
|
transition: all 500ms;
|
||||||
height: 4px;
|
height: 2px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -118,7 +118,7 @@ emoji-link
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 666;
|
z-index: 666;
|
||||||
transition: all 500ms;
|
transition: all 500ms;
|
||||||
height: 4px;
|
height: 2px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue