Multiple Base-Paths support

This commit is contained in:
2025-03-16 16:48:38 +01:00
parent 42a1e1a2ce
commit d9bbbed1c0
7 changed files with 111 additions and 6 deletions

View File

@ -7,7 +7,7 @@
width: fit-content;
height: 328px;
display: grid;
grid-template-columns: 220px 600px 80px;
grid-template-columns: 220px 300px 380px;
grid-template-rows: 55px 55px 190px auto;
column-gap: 10px;
grid-template-areas:
@ -104,7 +104,7 @@
overflow-y: scroll;
}
.SearchResult > .Manga-actions button {
.SearchResult > .Manga-actions button, .Manga-actions select {
background-color: white;
border: 1px solid var(--primary-color);
border-radius: 4px;
@ -117,6 +117,10 @@
grid-area: button;
padding: 0;
margin: 5px 0 0 0;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
.SearchResult > .Manga-AddButton:hover {