Style "Monitor"-Button in Searchresults

This commit is contained in:
glax 2024-10-19 21:06:32 +02:00
parent f3cb3f209c
commit ad6502d824

View File

@ -85,6 +85,19 @@
.SearchResult > .Manga-AddButton {
grid-area: button;
background-color: white;
border: 1px solid var(--primary-color);
border-radius: 4px;
width: fit-content;
height: fit-content;
padding: 5px 10px;
position: absolute;
bottom: 0;
right: 0;
}
.SearchResult > .Manga-AddButton:hover {
background-color: #eee;
}
.SearchResult a, .SearchResult a:visited {