Larger month label column so that it is easier to use on mobile devices.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
:root {
|
:root {
|
||||||
--week-w: 3rem;
|
--week-w: 3rem;
|
||||||
--day-w: 1fr;
|
--day-w: 1fr;
|
||||||
--month-w: 2rem;
|
--month-w: 3rem;
|
||||||
--row-h: 15vh;
|
--row-h: 15vh;
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
|
|||||||
@@ -686,11 +686,11 @@ header h1 {
|
|||||||
.month-label {
|
.month-label {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
font-size: 2rem;
|
font-size: 2.2rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: start;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
cursor: ns-resize;
|
cursor: ns-resize;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user