File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333/* Cards container */
3434.microblog-cards {
35+ display : block;
36+ width : 100% ;
3537 max-height : 18rem ;
36- overflow-y : auto;
38+ overflow : hidden auto;
3739 scrollbar-width : thin;
3840 scrollbar-color : var (--border ) transparent;
3941 transition : opacity 0.3s ease;
5658 display : flex;
5759 justify-content : space-between;
5860 align-items : baseline;
61+ width : 100% ;
5962 padding : 8px 0 ;
6063 border-bottom : 1px solid var (--border );
6164 cursor : pointer;
8083 text-overflow : ellipsis;
8184 white-space : nowrap;
8285 min-width : 0 ;
86+ flex : 1 ;
8387}
8488
8589.microblog-card-date {
169173# microblog-list {
170174 flex : 1 ;
171175 min-height : 0 ;
172- overflow-y : auto;
176+ overflow : hidden auto;
173177 padding-bottom : 3rem ;
174- padding-right : 0 .5rem ;
178+ padding-right : 1 .5rem ;
175179 margin-right : -1.5rem ;
176180 scrollbar-width : thin;
177181 scrollbar-color : var (--border ) transparent;
195199 min-height : 0 ;
196200 overflow-y : auto;
197201 padding-bottom : 3rem ;
198- padding-right : 0 .5rem ;
202+ padding-right : 1 .5rem ;
199203 margin-right : -1.5rem ;
200204 scrollbar-width : thin;
201205 scrollbar-color : var (--border ) transparent;
You can’t perform that action at this time.
0 commit comments