fix(dees-statsgrid): add tablet breakpoint to render stats grid as three columns
This commit is contained in:
@@ -804,6 +804,11 @@ export class DeesStatsGrid extends DeesElement {
|
||||
}
|
||||
`,
|
||||
// Container-responsive: when this statsgrid is narrow
|
||||
cssManager.cssForTablet(css`
|
||||
.stats-grid {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
`, this),
|
||||
cssManager.cssForPhablet(css`
|
||||
:host {
|
||||
--tile-padding: 12px;
|
||||
|
||||
Reference in New Issue
Block a user