style: 修复侧边搜索按钮收起时因边距问题导致的视觉偏下对齐问题
This commit is contained in:
12
style.css
12
style.css
@@ -2408,7 +2408,9 @@ html:not(.is-home) .cover-scroll-down {
|
||||
|
||||
.leftbar-search-button {
|
||||
|
||||
padding-top: 0;
|
||||
padding: 0 15px 15px 15px;
|
||||
|
||||
margin-top: 0;
|
||||
|
||||
transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
|
||||
|
||||
@@ -2430,6 +2432,14 @@ html:not(.is-home) .cover-scroll-down {
|
||||
|
||||
height: 30px;
|
||||
|
||||
padding: 0 !important;
|
||||
|
||||
display: flex;
|
||||
|
||||
align-items: center;
|
||||
|
||||
justify-content: center;
|
||||
|
||||
transform: unset !important;
|
||||
|
||||
text-transform: capitalize;
|
||||
|
||||
Reference in New Issue
Block a user