mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update i18n style
This commit is contained in:
parent
97667b2967
commit
5ba955f598
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/i18n.min.css
vendored
2
min/i18n.min.css
vendored
@ -1 +1 @@
|
||||
.up-info .up-focus-btn{width:auto!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}
|
||||
.textarea-container .comm-tool .comm-emoji,.textarea-container .comm-tool .comm-submit,.up-info .up-focus-btn{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}
|
||||
@ -1,8 +1,15 @@
|
||||
.up-info .up-focus-btn
|
||||
.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;
|
||||
@ -18,4 +25,21 @@
|
||||
.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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user