fixed a little more code indentation

This commit is contained in:
uh_wot 2020-04-26 17:38:02 +02:00
parent f644580723
commit 2138b746d8

View File

@ -3,10 +3,10 @@
height: 4px; height: 4px;
display: block; display: block;
width: 100%; width: 100%;
background-color: var(--secondary-background); background-color: var(--secondary-background);
border-radius: 2px; border-radius: 2px;
margin: 0.5rem 0 1rem 0; margin: 0.5rem 0 1rem 0;
overflow: hidden; overflow: hidden;
} }
.progress .determinate { .progress .determinate {