better css positioning

pull/2784/head
quarz12 1 year ago
parent 0717b9493c
commit 47aa3254c7

@ -828,7 +828,8 @@ input:-moz-placeholder { color: #454545; }
.icon-resize-small::before { content: '\e808'; } /* '' */
#progress{
right: 40px;
bottom: 40px;
text-align: center;
right: 4rem;
bottom: 4rem;
width: fit-content;
position: absolute;
}

Loading…
Cancel
Save