mirror of
https://github.com/janeczku/calibre-web
synced 2025-08-29 17:07:56 +00:00
better css positioning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user