mirror of
https://github.com/bfloydd/streams.git
synced 2026-07-22 05:49:02 +00:00
make sure calendar appears when there is note content
This commit is contained in:
parent
64c0eb0ee8
commit
e112c56fc6
1 changed files with 14 additions and 0 deletions
14
styles.css
14
styles.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue