Calender View Clean Graphics

This commit is contained in:
brausjonas
2023-05-05 19:47:08 +02:00
parent c9c8222c8c
commit 33ba88abef
+1
View File
@@ -251,6 +251,7 @@ Calender View
width: 100px; width: 100px;
background-color: white; background-color: white;
display: grid; display: grid;
padding: 0 1.5px;
grid-template-columns: 100%; grid-template-columns: 100%;
grid-template-rows: repeat(96, 10px); grid-template-rows: repeat(96, 10px);
} }