列表对齐顶部logo

This commit is contained in:
A1300399510
2025-02-07 17:46:12 +08:00
parent af8f934f3e
commit 882d44344d
21 changed files with 117 additions and 110 deletions

View File

@@ -321,7 +321,6 @@ a {
#answer-app .main .list-box {
overflow-y: auto;
overflow-x: hidden;
padding-right: 15px;
scrollbar-width: none;
-ms-overflow-style: none;
}
@@ -1339,6 +1338,9 @@ a {
margin-left: 30px;
padding-bottom: 12px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content img {
border-radius: 5px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .input-box {
position: relative;
margin-right: 6px;

View File

@@ -398,7 +398,7 @@ a {
.list-box {
overflow-y: auto;
overflow-x: hidden;
padding-right: 15px;
// padding-right: 15px;
&::-webkit-scrollbar {
width: 0 !important;
@@ -1626,6 +1626,9 @@ a {
margin-left: 30px;
padding-bottom: 12px;
// border-bottom: 1px dotted #ebebeb;
img {
border-radius: 5px;
}
.input-box {
position: relative;