Add monitorMangaList to App

This commit is contained in:
2024-10-18 19:46:17 +02:00
parent 65814dd942
commit 2f9eb61377
4 changed files with 75 additions and 1 deletions

View File

@ -0,0 +1,11 @@
#MonitorMangaList {
position: relative;
display: flex;
flex-flow: row;
flex-wrap: nowrap;
flex-grow: 1;
height: 100%;
overflow-y: scroll;
scrollbar-color: var(--accent-color) var(--primary-color);
scrollbar-width: thin;
}