feat (ui): toevoegen van banner en series info - 01
This commit is contained in:
+24
-3
@@ -299,6 +299,21 @@ button.secondary {
|
||||
|
||||
#panelSearch #searchResults {
|
||||
margin-bottom: 10px;
|
||||
height: 220px;
|
||||
max-height: 220px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#panelSearch #searchResults li {
|
||||
min-height: 38px;
|
||||
height: 38px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#panelSearch #searchResults li > span {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.series-details {
|
||||
@@ -308,12 +323,18 @@ button.secondary {
|
||||
|
||||
.series-media {
|
||||
margin-bottom: 8px;
|
||||
width: 100%;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
.series-media img {
|
||||
width: 96px;
|
||||
height: 144px;
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
height: 92px;
|
||||
object-fit: contain;
|
||||
object-position: center center;
|
||||
display: block;
|
||||
margin: 0;
|
||||
border-radius: 6px;
|
||||
border: 1px solid #d7dee9;
|
||||
background: #f8fafc;
|
||||
|
||||
Reference in New Issue
Block a user