1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

calibreweb removed max-height: none

This commit is contained in:
Marius 2021-07-30 17:04:54 +02:00
parent f76fb9c923
commit 75fcafc591

View File

@ -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;
}