Skip to content

Commit 0e3126d

Browse files
authored
Merge pull request #224 from gtt-project/next
Fixes control style on mobile
2 parents 1223f6b + 42e6560 commit 0e3126d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author_url 'https://github.com/georepublic'
99
url 'https://github.com/gtt-project/redmine_gtt'
1010
description 'Adds location-based task management and maps'
11-
version '4.3.0'
11+
version '4.3.1'
1212

1313
requires_redmine :version_or_higher => '4.2.0'
1414

src/stylesheets/app.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $breakpoint-tablet: 899px;
5353
.ol-full-screen button.ol-full-screen-false,
5454
.ol-rotate button.ol-rotate-reset,
5555
.ol-bar .ol-button button {
56-
font-size: 1.6em;
56+
font-size: 1.5rem;
5757
}
5858

5959
div.ol-full-screen {
@@ -66,7 +66,10 @@ div.ol-rotate {
6666

6767
.ol-control.ol-bar.ol-top.ol-left, .ol-control.ol-bar.ol-top.ol-right {
6868
top: 5.0rem;
69+
}
6970

71+
.ol-touch .ol-layerswitcher>button {
72+
font-size: 1.5rem;
7073
}
7174

7275
.tabular .ol-layerswitcher label {

0 commit comments

Comments
 (0)