mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
调整横向滚动条的样藏
This commit is contained in:
parent
735476e869
commit
1dcbd0a595
1 changed files with 9 additions and 0 deletions
|
|
@ -1505,6 +1505,11 @@ tbody>tr>td,
|
|||
background-color: rgba(255, 255, 255, 0.2) !important;
|
||||
}
|
||||
|
||||
/* 横向滚动条整体样式 */
|
||||
::-webkit-scrollbar:horizontal {
|
||||
height: 4px; /* 设置横向滚动条高度 */
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
|
@ -2242,4 +2247,8 @@ body:not(.is-mobile) .vertical-tab-header-group-items {
|
|||
.is-phone .modal.mod-settings .vertical-tab-header-group-title {
|
||||
padding-left: 30px;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.ac-settings-heading {
|
||||
border-bottom: none;
|
||||
}
|
||||
Loading…
Reference in a new issue