fix(mobile): calendar not shown properly on horizontal layout (closes #783)

This commit is contained in:
Elian Doran 2024-12-28 00:46:21 +02:00
parent b682192c7b
commit e17697f41e
No known key found for this signature in database

View File

@ -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;