Style "Monitor"-Button in Searchresults
This commit is contained in:
parent
f3cb3f209c
commit
ad6502d824
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user