Skip to content

Commit

Permalink
Merge pull request #224 from gtt-project/next
Browse files Browse the repository at this point in the history
Fixes control style on mobile
  • Loading branch information
dkastl authored Feb 16, 2023
2 parents 1223f6b + 42e6560 commit 0e3126d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author_url 'https://github.com/georepublic'
url 'https://github.com/gtt-project/redmine_gtt'
description 'Adds location-based task management and maps'
version '4.3.0'
version '4.3.1'

requires_redmine :version_or_higher => '4.2.0'

Expand Down
5 changes: 4 additions & 1 deletion src/stylesheets/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $breakpoint-tablet: 899px;
.ol-full-screen button.ol-full-screen-false,
.ol-rotate button.ol-rotate-reset,
.ol-bar .ol-button button {
font-size: 1.6em;
font-size: 1.5rem;
}

div.ol-full-screen {
Expand All @@ -66,7 +66,10 @@ div.ol-rotate {

.ol-control.ol-bar.ol-top.ol-left, .ol-control.ol-bar.ol-top.ol-right {
top: 5.0rem;
}

.ol-touch .ol-layerswitcher>button {
font-size: 1.5rem;
}

.tabular .ol-layerswitcher label {
Expand Down

0 comments on commit 0e3126d

Please sign in to comment.