mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 11:49:01 +08:00
fix(mobile): calendar not shown properly on horizontal layout (closes #783)
This commit is contained in:
parent
b682192c7b
commit
e17697f41e
@ -119,6 +119,14 @@ body.layout-horizontal > .horizontal {
|
||||
margin: var(--launcher-pane-button-gap) var(--launcher-pane-button-margin);
|
||||
}
|
||||
|
||||
body.mobile #launcher-pane .dropdown-menu.show {
|
||||
position: fixed !important;
|
||||
top: var(--launcher-pane-size) !important;
|
||||
left: 0 !important;
|
||||
right: 0 !important;
|
||||
transform: unset !important;
|
||||
}
|
||||
|
||||
#launcher-pane .launcher-button {
|
||||
padding: 0 !important;
|
||||
border-radius: 8px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user