Improved calendar month view

This commit is contained in:
Yusur 2023-05-17 20:52:33 +02:00
parent a24386c45e
commit ba3ed04b44
4 changed files with 30 additions and 2 deletions

View file

@ -28,6 +28,7 @@ body{font-family:sans-serif;background-color:var(--bg-main); color: var(--fg-mai
/* header styles */
.header{padding:1em;display:flex;flex-direction:row;justify-content:space-between;position:sticky;top:0;background-color:var(--bg-alt); z-index: 99}
.header-app-name{font-size: 1.5em; font-weight: bold}
.header .header-blank {flex: 1; margin: 0 .5em}
.header ul{list-style:none;padding:0;margin:0;font-size:0.9em;border-left:var(--border) 1px solid}
.header ul > li{display:inline-block;padding-right:1em}