Bilibili-Evolved/registry/lib/components/video/full-episode-title/full-episode-title.scss
2021-10-26 13:19:37 +08:00

13 lines
198 B
SCSS

.multi-page .cur-list {
ul {
max-height: none !important;
}
li {
height: auto !important;
a {
overflow: visible !important;
white-space: normal !important;
}
}
}