File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 align-content : center;
6363 flex-wrap : wrap;
6464 height : 86px ;
65- margin : 0 1% 12 px 1% ;
65+ margin : 0 1% 0 px 1% ;
6666}
6767
6868.AppFooter {
193193.blockContent {
194194 flex-grow : 1 ;
195195 overflow-y : auto;
196- height : calc (80vh - 1% - 16px - 30px );
197196 display : flex;
198197 flex-direction : column;
199198 overflow-x : hidden;
202201.scrollable {
203202 scrollbar-color : var (--scrollbar-accent-color ) var (--scrollbar-background-color );
204203 scrollbar-width : thin;
204+ overflow-y : hidden;
205205}
206206
207207.scrollable ::-webkit-scrollbar {
@@ -233,13 +233,12 @@ a {
233233.blockHeader {
234234 text-align : center;
235235 vertical-align : baseline;
236- background : var (--card-header-background-color );
237236 color : var (--card-header-text-color );
238237 font-weight : 400 ;
239238 height : 30px ;
240239 font-size : 16px ;
241240 padding-top : 16px ;
242- padding-bottom : 16 px ;
241+ padding-bottom : 8 px ;
243242 cursor : pointer;
244243}
245244.blockHeader : hover .blockHeaderLink {
407406 color : # A91916
408407}
409408
409+ .rowDetails .mediumRowItem {
410+ color : # 000000 ;
411+ }
412+
410413.rowItemIcon {
411414 position : relative;
412415 top : 1px ;
428431 flex-direction : row;
429432 flex-wrap : wrap;
430433 gap : 4px ;
434+ margin-top : 12px ;
431435}
432436
433437.tag {
You can’t perform that action at this time.
0 commit comments