mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 23:49:15 +00:00
style: cleanup public and backstage views
- redistribute grid sizes to fit titles
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr 1fr 3vw 2fr;
|
grid-template-columns: 1fr 1fr 1fr 3vw 2fr;
|
||||||
grid-template-rows: 2fr 1fr 1fr 0 1fr;
|
grid-template-rows: 15vh 1fr 1fr 0 13vh 13vh;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
' titl titl titl . schd'
|
' titl titl titl . schd'
|
||||||
' now now now . schd'
|
' now now now . schd'
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr 1fr 3vw 2fr;
|
grid-template-columns: 1fr 1fr 1fr 3vw 2fr;
|
||||||
grid-template-rows: 2fr 1fr 1fr 0 1fr;
|
grid-template-rows: 15vh 1fr 1fr 0 13vh 13vh;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
' titl titl titl . schd'
|
' titl titl titl . schd'
|
||||||
' now now now . schd'
|
' now now now . schd'
|
||||||
|
|||||||
Reference in New Issue
Block a user