decreaes width of calendaricon to 30p

This commit is contained in:
jona 2023-04-16 02:42:04 +02:00
parent 74af5b74ba
commit da57d52c57

View file

@ -67,7 +67,7 @@ div.datetime-container {
overflow-y: hidden;
overflow-x: hidden;
align-items: stretch;
width: calc(55px * var(--small));
width: calc(30px * var(--small));
box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
height: calc(55px * var(--small));
background: #fff;