att
This commit is contained in:
+3
-10
@@ -103,7 +103,8 @@
|
||||
display: -ms-grid;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
/* auto-fill responde à largura do container, não do viewport */
|
||||
grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
@@ -996,11 +997,7 @@ body.wd-drawer-open {
|
||||
}
|
||||
|
||||
/* ── Responsive ───────────────────────────────────────────────── */
|
||||
@media (max-width: 992px) {
|
||||
.wd-dashboard__metrics {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
}
|
||||
/* .wd-dashboard__metrics usa auto-fill — quebra sozinho pelo container */
|
||||
|
||||
@media (max-width: 720px) {
|
||||
.wd-dashboard__header {
|
||||
@@ -1017,10 +1014,6 @@ body.wd-drawer-open {
|
||||
padding: 14px;
|
||||
}
|
||||
|
||||
.wd-dashboard__metrics {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.wd-request__step-area {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user