-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#445 fullscreen fixes #446
Conversation
dfe8fd9
to
fd7e14f
Compare
this.options = optOptions || {}; | ||
|
||
const tipLabel = this.options.tipLabel ? this.options.tipLabel : 'Vergroot / verklein het scherm'; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space hier weg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
welke space precies? "Vergroot/verklein"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah nee, kvond het wat ambetant dat die 2 const's nen break tussen elkaar hadden staan
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8ea1b3f
to
86a9eb0
Compare
@@ -43,3 +43,9 @@ referentie-laag-map { | |||
/* adjust the size, position, etc. of the legend for small screens here */ | |||
} | |||
} | |||
|
|||
@media all and (display-mode: fullscreen) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dit is enkel van toepassing wanneer fullscreen he. Heb de mapnode ietske minder hoog gemaakt.
…lscreen_fixes # Conflicts: # dist/commonjs/zoneerder/components/ol-map.js.map # dist/commonjs/zoneerder/components/referentielaag-autocorrectie.js.map # dist/native-modules/zoneerder/components/ol-map.js.map # dist/native-modules/zoneerder/components/referentielaag-autocorrectie.js.map
No description provided.