File tree 2 files changed +12
-40
lines changed 2 files changed +12
-40
lines changed Original file line number Diff line number Diff line change 21
21
position : relative ;
22
22
23
23
& ::after {
24
- content : ' ' ;
25
- width : 3px ;
26
- height : 3px ;
27
- border-radius : 50% ;
28
- background : $global-color_grey ;
29
- position : absolute ;
30
- display : block ;
31
- right : -8px ;
32
- margin-top : -2px ;
33
- top : 50% ;
24
+ content : none
34
25
}
35
26
}
36
27
}
Original file line number Diff line number Diff line change 81
81
@media screen and (max-width : 768px ) {
82
82
.DataList.Discussions {
83
83
li .ItemDiscussion {
84
- border-top : 1px solid $global-grey-bg ;
85
- background-color : transparent ;
84
+ border-bottom : none ;
85
+ border-top : none ;
86
+ background-color : #f4f4f4 ;
87
+ margin-bottom : 16px ;
88
+ padding : 18px 20px 0 25px !important ;
86
89
border-radius : 10px ;
87
- padding : 19px 0 18px 0 ;
88
- border-radius : 0 ;
89
- margin-top : 0 ;
90
- position : relative ;
91
90
92
91
& :first-child {
93
92
border-top : none ;
100
99
.Options {
101
100
position : absolute ;
102
101
top : 20px ;
103
- right : 0 ;
102
+ right : 5 px ;
104
103
}
105
104
106
105
.Meta.Meta-Discussion {
119
118
120
119
& .status-container {
121
120
.MCount ,
122
- .Tag {
121
+ .Tag , .MiddleDot {
123
122
display : none ;
124
123
}
125
124
126
125
.MItem.Category {
127
- position : relative ;
126
+ display : none ;
128
127
129
128
& ::before {
130
- content : " " ;
131
- width : 3px ;
132
- height : 3px ;
133
- border-radius : 50% ;
134
- background : $global-color_grey ;
135
- position : absolute ;
136
- display : block ;
137
- left : -7px ;
138
- margin-top : -2px ;
139
- top : 50% ;
129
+ content : none ;
140
130
}
141
131
}
142
132
143
133
}
144
134
145
135
& .view-comment-container {
146
- .MItem :not (.MCount ),
136
+ .MItem :not (.MCount , .MiddleDot ),
147
137
.Tag {
148
138
display : none ;
149
139
}
152
142
position : relative ;
153
143
154
144
& ::after {
155
- content : " " ;
156
- width : 3px ;
157
- height : 3px ;
158
- border-radius : 50% ;
159
- background : $global-color_grey ;
160
- position : absolute ;
161
- display : block ;
162
- right : -8px ;
163
- margin-top : -2px ;
164
- top : 50% ;
145
+ content : none ;
165
146
}
166
147
167
148
& .CommentCount {
You can’t perform that action at this time.
0 commit comments