Merge remote-tracking branch 'epub_progress/progress_indicator'

This commit is contained in:
Ozzie Isaacs
2024-07-07 10:39:06 +02:00
4 changed files with 79 additions and 19 deletions

View File

@@ -826,3 +826,10 @@ input:-moz-placeholder { color: #454545; }
.icon-columns::before { content: '\e810'; } /* '' */
.icon-list::before { content: '\e800'; } /* '' */
.icon-resize-small::before { content: '\e808'; } /* '' */
#progress{
right: 4rem;
bottom: 4rem;
width: fit-content;
position: absolute;
}