Added button to open Search-dialog

This commit is contained in:
2024-10-19 16:28:49 +02:00
parent 2f9eb61377
commit daa05a0b4d
4 changed files with 35 additions and 8 deletions

View File

@ -17,7 +17,7 @@
height: 300px;
border-radius: 5px;
margin: 10px 10px;
padding: 15px 19px;
padding: 14px 20px;
position: relative;
flex-shrink: 0;
}
@ -113,7 +113,15 @@
z-index: 0;
}
.Manga p {
margin: 2px 0;
}
.Manga > div {
position: absolute;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
}