mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 14:57:53 +02:00
Add monitorMangaList to App
This commit is contained in:
11
Website/styles/monitorMangaList.css
Normal file
11
Website/styles/monitorMangaList.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user