Skip to content

Commit

Permalink
Mobile Sidebar Layout fixes
Browse files Browse the repository at this point in the history
From the desktop sidebar there are fixed positions defined
which has to be removed for mobile sidebar layout

Signed-off-by: Andreas-Kainz <[email protected]>
Change-Id: I7bfcb491f4c0d5d63d9f6def3aa3e18bb562d82f
  • Loading branch information
Andreas-Kainz committed Sep 21, 2021
1 parent 2f55d9e commit 12e9ed6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions loleaflet/css/mobilewizard.css
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,18 @@ a.leaflet-control-zoom-in {
margin: 0px !important;
float: left;
}
#selectcolor.mobile-wizard.toolbox.level-1 {
display: block;
}
#fillgrad1.ui-explorable-entry.level-1.mobile-wizard,
#fillgrad2.ui-explorable-entry.level-1.mobile-wizard,
#ratio.checkbutton, input#ratio {
width: 100%;
left: 0px;
}
#fliplabel.mobile-wizard.ui-text {
bottom: 0px;
}
.unotoolbutton.mobile-wizard.ui-content.unospan-wrapoptions.has-label, #aligntoolbar, #aligntoolbar2 {
text-align: center;
}
Expand Down

0 comments on commit 12e9ed6

Please sign in to comment.