better css positioning

This commit is contained in:
quarz12 2023-05-23 11:47:51 +02:00
parent 0717b9493c
commit 47aa3254c7

View File

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