mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
45 lines
847 B
CSS
45 lines
847 B
CSS
.up-info .up-focus-btn,
|
|
.textarea-container .comm-tool .comm-emoji,
|
|
.textarea-container .comm-tool .comm-submit
|
|
{
|
|
width: auto !important;
|
|
padding: 0 4px !important;
|
|
}
|
|
.bb-comment .comment-send .comment-emoji
|
|
{
|
|
width: max-content !important;
|
|
padding: 0 4px !important;
|
|
}
|
|
.primary-menu .nav-menu .nav-name
|
|
{
|
|
white-space: pre !important;
|
|
}
|
|
.dynamic-m .dyn_menu .line
|
|
{
|
|
display: none !important;
|
|
}
|
|
.tag-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
|
|
{
|
|
width: 90% !important;
|
|
}
|
|
.n .n-data
|
|
{
|
|
width: auto !important;
|
|
padding: 10px 8px !important;
|
|
}
|
|
.user-panel-ctnr .user-panel .content-ctnr .ctrl-btn:nth-child(2n)
|
|
{
|
|
padding-left: 8px !important;
|
|
} |