mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 14:57:53 +02:00
Added button to open Search-dialog
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user