Make sticky summary two-line on mobile
This commit is contained in:
+16
@@ -108,6 +108,22 @@ header{padding:28px 0 18px;border-bottom:1px solid var(--line);margin-bottom:20p
|
||||
font-variant-numeric:tabular-nums;
|
||||
}
|
||||
.quick-summary b{color:var(--cyan);font-weight:700}
|
||||
@media(max-width:520px){
|
||||
.quick-summary{
|
||||
display:grid;
|
||||
grid-template-columns:1fr 1fr;
|
||||
gap:6px;
|
||||
overflow:visible;
|
||||
padding:8px 14px 10px;
|
||||
}
|
||||
.quick-summary span{
|
||||
min-width:0;
|
||||
white-space:normal;
|
||||
line-height:1.25;
|
||||
font-size:11.5px;
|
||||
padding:7px 8px;
|
||||
}
|
||||
}
|
||||
body[data-ux="simple"] .advanced-only{display:none!important}
|
||||
body[data-ux="simple"] .pro-only-note{display:block}
|
||||
.pro-only-note{display:none}
|
||||
|
||||
Reference in New Issue
Block a user