remove duplicate coords-out class

pull/5694/merge
Niklas Fiekas 2019-12-06 14:25:45 +01:00
parent 251649fd00
commit fc6dab6d35
1 changed files with 1 additions and 2 deletions

View File

@ -156,8 +156,7 @@ object layout {
"blind-mode" -> ctx.blind,
"kid" -> ctx.kid,
"mobile" -> ctx.isMobileBrowser,
"playing fixed-scroll" -> playing,
"coords-out" -> (ctx.pref.coords == Pref.Coords.OUTSIDE)
"playing fixed-scroll" -> playing
),
dataDev := (!isProd).option("true"),
dataVapid := vapidPublicKey,