Browse Source

calibreweb removed max-height: none

pull/241/head
Marius 3 years ago
parent
commit
75fcafc591
  1. 19
      CSS/themes/calibreweb/calibreweb-base.css

19
CSS/themes/calibreweb/calibreweb-base.css

@ -191,7 +191,6 @@
/* DROPDOWN MENU */ /* DROPDOWN MENU */
.dropdown-menu { .dropdown-menu {
background: var(--drop-down-menu-bg) !important; background: var(--drop-down-menu-bg) !important;
max-height: none !important;
} }
.dropdown-menu>li>a { .dropdown-menu>li>a {
@ -313,8 +312,26 @@
} }
/* SERIES PAGE */ /* SERIES PAGE */
/* from caliBlur_overide.css */
.cover .badge { .cover .badge {
color: var(--label-text-color); color: var(--label-text-color);
background-color: rgb(var(--accent-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…
Cancel
Save