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