mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
109 lines
2.2 KiB
CSS
109 lines
2.2 KiB
CSS
.live-sidebar-ctnr .sidebar-btn,
|
|
.up-info .up-focus-btn,
|
|
.textarea-container .comm-tool .comm-emoji,
|
|
.textarea-container .comm-tool .comm-submit,
|
|
.attention-btn-ctnr .left-part,
|
|
.admin-list-cntr .rank-cntr .item .admin-icon,
|
|
.h .h-f-btn,
|
|
.n .n-data,
|
|
.bili-search .nav-wrap .wrap>.sub,
|
|
#page-follows .follow-sidenav .text
|
|
{
|
|
width: auto !important;
|
|
}
|
|
.bb-comment .comment-send .comment-emoji
|
|
{
|
|
width: max-content !important;
|
|
}
|
|
.tag-panel .more-button,
|
|
.live-panel .more-button
|
|
{
|
|
width: 44px !important;
|
|
}
|
|
.link-navbar .main-ctnr .nav-logo
|
|
{
|
|
width: 70px !important;
|
|
}
|
|
.bili-header-m .profile-m .grade .bar
|
|
{
|
|
width: 160px !important;
|
|
}
|
|
.link-navbar .main-ctnr,
|
|
.bili-search .contain
|
|
{
|
|
width: 90% !important;
|
|
}
|
|
.bili-search .video.list
|
|
{
|
|
width: calc(100% - 172px) !important;
|
|
}
|
|
.bili-search .video.list .des
|
|
{
|
|
width: 100% !important;
|
|
}
|
|
#page-follows .follow-sidenav .text
|
|
{
|
|
min-width: 78px !important;
|
|
}
|
|
.h .h-f-btn
|
|
{
|
|
min-width: 76px !important;
|
|
}
|
|
.primary-menu .nav-menu .nav-name,
|
|
.primary-menu .nav-menu .side-nav .side-link span
|
|
{
|
|
white-space: pre !important;
|
|
}
|
|
|
|
.up-info .up-focus-btn,
|
|
.textarea-container .comm-tool .comm-emoji,
|
|
.textarea-container .comm-tool .comm-submit,
|
|
.attention-btn-ctnr .left-part,
|
|
.admin-list-cntr .rank-cntr .item .admin-icon,
|
|
.h .h-f-btn,
|
|
.bb-comment .comment-send .comment-emoji
|
|
{
|
|
padding: 0 8px !important;
|
|
}
|
|
.n .n-data
|
|
{
|
|
padding: 10px 8px !important;
|
|
}
|
|
.user-panel-ctnr .user-panel .content-ctnr .ctrl-btn:nth-child(2n)
|
|
{
|
|
padding-left: 8px !important;
|
|
}
|
|
.bili-search .rocket-con
|
|
{
|
|
margin-left: 40% !important;
|
|
}
|
|
.bili-search .video.matrix:nth-child(5n)
|
|
{
|
|
margin-right: 32px !important;
|
|
}
|
|
|
|
.dynamic-m .dyn_menu .line,
|
|
.tab-bar .line,
|
|
.nav-wrap .hover-bar
|
|
{
|
|
display: none !important;
|
|
}
|
|
|
|
.tab-bar .tab .tab-text.selected
|
|
{
|
|
color: var(--theme-color) !important;
|
|
border-bottom: solid 2px var(--theme-color) !important;
|
|
box-sizing: border-box !important;
|
|
}
|
|
.live-panel .more-button
|
|
{
|
|
transform: translateX(-9px) !important;
|
|
}
|
|
.bilibili-player-ending-panel-box-functions .bilibili-player-upinfo-spans>div
|
|
{
|
|
align-items: center !important;
|
|
}
|
|
#area-list ul li dd
|
|
{
|
|
font-size: 18px !important;
|
|
} |