mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
calibreweb removed max-height: none
This commit is contained in:
parent
f76fb9c923
commit
75fcafc591
@ -191,7 +191,6 @@
|
||||
/* DROPDOWN MENU */
|
||||
.dropdown-menu {
|
||||
background: var(--drop-down-menu-bg) !important;
|
||||
max-height: none !important;
|
||||
}
|
||||
|
||||
.dropdown-menu>li>a {
|
||||
@ -313,8 +312,26 @@
|
||||
}
|
||||
|
||||
/* SERIES PAGE */
|
||||
/* from caliBlur_overide.css */
|
||||
.cover .badge {
|
||||
color: var(--label-text-color);
|
||||
background-color: rgb(var(--accent-color));
|
||||
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
border-radius: 0;
|
||||
padding: 0 8px;
|
||||
box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
|
||||
line-height: 24px;
|
||||
}
|
||||
.cover {
|
||||
box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.cover .read {
|
||||
padding: 0 0;
|
||||
line-height: 15px;
|
||||
}
|
||||
body.serieslist.grid-view div.container-fluid > div > div.col-sm-10::before {
|
||||
display: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user