Custom Grid Layout
This commit is contained in:
parent
45b08b4882
commit
de21ffeae5
@ -8,8 +8,18 @@ background: "var(--background-image)"
|
||||
|
||||
|
||||
views:
|
||||
- title: "Overview"
|
||||
- type: "custom:grid-layout"
|
||||
title: "Overview"
|
||||
path: 0
|
||||
layout:
|
||||
grid-template-columns: "1fr 1fr"
|
||||
grid-template-rows: "min-content"
|
||||
grid-template-areas: |
|
||||
"main popup"
|
||||
mediaquery:
|
||||
"(max-width: 1100px), (orientation: portrait)":
|
||||
grid-template-columns: "100%"
|
||||
grid-template-areas: "main"
|
||||
cards:
|
||||
|
||||
- type: "vertical-stack"
|
||||
|
Reference in New Issue
Block a user