列表对齐顶部logo
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user