diff --git a/State.ts b/State.ts index ff6e3b1..ed637e5 100644 --- a/State.ts +++ b/State.ts @@ -23,7 +23,7 @@ export default class State { // The singleton of the global state public static state: State; - public static vNumber = "0.2.3"; + public static vNumber = "0.2.3a"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = { diff --git a/css/tagrendering.css b/css/tagrendering.css index 7ff98cb..acba2ae 100644 --- a/css/tagrendering.css +++ b/css/tagrendering.css @@ -42,7 +42,7 @@ } } -@media only screen and (max-height: 600px) { +@media only screen and (max-height: 600px) and (min-width: 600px){ /* landscape mode: the first tagrendering of the infobox gets a special treatment and is placed on the right*/ .featureinfobox-content { position: relative;