-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix y position of edit controls for small screens #160
**Why?** On small screens - and the default farmOS layout - the controls often overlap or even go off the bottom of the map making them hard to use or completely inaccessible.
- Loading branch information
1 parent
16a9bb3
commit 3eacb5c
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.ol-edit.ol-control { | ||
top: 8em; | ||
left: 0.5em; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ | |
} | ||
|
||
.ol-edit.ol-control { | ||
top: 5.5em; | ||
top: 4.75em; | ||
} | ||
|
||
.ol-rotate.ol-control { | ||
|