1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-18 11:19:57 +00:00

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'; } /* '' */
#progress{
right: 40px;
bottom: 40px;
text-align: center;
right: 4rem;
bottom: 4rem;
width: fit-content;
position: absolute;
}