mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 14:57:53 +02:00
Multiple Base-Paths support
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user