wip
This commit is contained in:
parent
a410088fa7
commit
00b374617f
1 changed files with 3 additions and 4 deletions
|
|
@ -14,9 +14,9 @@
|
||||||
|
|
||||||
/* Main calendar container - full height */
|
/* Main calendar container - full height */
|
||||||
swp-calendar {
|
swp-calendar {
|
||||||
display: flex;
|
display: grid;
|
||||||
flex-direction: column;
|
grid-template-rows: auto 1fr;
|
||||||
height: 100vh;
|
height: calc(100vh - 20px);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: var(--color-background);
|
background: var(--color-background);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -37,7 +37,6 @@ swp-calendar-nav {
|
||||||
|
|
||||||
/* Calendar container grid - POC structure */
|
/* Calendar container grid - POC structure */
|
||||||
swp-calendar-container {
|
swp-calendar-container {
|
||||||
flex: 1;
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 60px 1fr 20px;
|
grid-template-columns: 60px 1fr 20px;
|
||||||
grid-template-rows: auto 1fr 20px;
|
grid-template-rows: auto 1fr 20px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue