Make the progress bar smol

This commit is contained in:
Jason McBrayer 2018-11-08 20:40:40 -05:00
parent ae604f85b9
commit 16a085fabb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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