Bilibili-Evolved/registry/lib/components/video/player/show-upload-time/show-upload-time.scss
2023-04-30 15:08:16 +08:00

14 lines
347 B
SCSS

// 旧版css
.video-page-card .card-box .info .count.up {
white-space: pre !important;
display: flex !important;
height: auto !important;
}
// 新版css
.video-page-card-small .card-box .info .upname {
height: auto !important;
a .name {
-webkit-line-clamp: unset !important;
white-space: pre !important;
}
}