mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
15 lines
299 B
SCSS
15 lines
299 B
SCSS
/* 上移原名称 */
|
|
#page-follows .list-item .content .title {
|
|
margin-top: -9px;
|
|
}
|
|
|
|
/* 上移原简介/官方认证 */
|
|
#page-follows .list-item .content p {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
/* 修复关注时间元素的高度带来的布局影响 */
|
|
.subscribe-time-fix {
|
|
margin-bottom: -10px;
|
|
}
|