make sure calendar appears when there is note content

This commit is contained in:
Ben Floyd 2025-05-03 14:33:21 -06:00
parent 64c0eb0ee8
commit e112c56fc6

View file

@ -120,6 +120,20 @@
margin-right: 8px;
}
/* Mobile-specific positioning for the calendar widget */
.is-mobile .stream-calendar-widget {
position: absolute;
top: 32px;
right: 0;
z-index: 1000;
font-size: 12px;
margin-right: 0;
}
.is-phone .stream-calendar-widget {
font-size: 11px;
}
.streams-create-file-container .stream-calendar-widget {
position: fixed;
top: 80px;