mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
31 lines
775 B
SCSS
31 lines
775 B
SCSS
// 旧版css
|
|
.video-page-card .card-box .info .count.up {
|
|
white-space: pre !important;
|
|
display: flex !important;
|
|
height: auto !important;
|
|
}
|
|
// 2023.04.30 版本css
|
|
.video-page-card-small .card-box .info .upname {
|
|
height: auto !important;
|
|
a .name {
|
|
-webkit-line-clamp: unset !important;
|
|
white-space: pre !important;
|
|
}
|
|
}
|
|
// 2024.10.17 版本css
|
|
.video-page-operator-card-small .card-box .info .upname {
|
|
height: auto !important;
|
|
a .name {
|
|
-webkit-line-clamp: unset !important;
|
|
white-space: pre !important;
|
|
}
|
|
}
|
|
// 稍后再看 css
|
|
.recommend-video-card .card-box .info .upname {
|
|
height: auto !important;
|
|
.name {
|
|
-webkit-line-clamp: unset !important;
|
|
white-space: pre !important;
|
|
}
|
|
}
|