From e49cdcf88ebad57a85fb65158ee30dbaf790f310 Mon Sep 17 00:00:00 2001 From: Torjus Date: Fri, 20 Jul 2018 11:10:24 +0200 Subject: [PATCH] Move Me to the top of the screen to accomodate for the Filmstrip view --- app/stylus/components/Room.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/stylus/components/Room.styl b/app/stylus/components/Room.styl index 55dbe714..dcc62d53 100644 --- a/app/stylus/components/Room.styl +++ b/app/stylus/components/Room.styl @@ -153,13 +153,13 @@ } +desktop() { - bottom: 20px; + top: 20px; left: 20px; border: 1px solid rgba(#fff, 0.15); } +mobile() { - bottom: 10px; + top: 10px; left: 10px; border: 1px solid rgba(#fff, 0.25); }