From 7872583517ed1749a37364d84b048c237e6cf9e6 Mon Sep 17 00:00:00 2001
From: chrisgarrity <chrisg@media.mit.edu>
Date: Wed, 1 Aug 2018 11:53:23 -0400
Subject: [PATCH] Extension button RTL

---
 src/components/gui/gui.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/gui/gui.css b/src/components/gui/gui.css
index e40b02573..7747f4c6a 100644
--- a/src/components/gui/gui.css
+++ b/src/components/gui/gui.css
@@ -206,6 +206,7 @@
     position: absolute;
     bottom: 0;
     left: 0;
+    right: 0;
     z-index: $z-index-extension-button;
     background: $motion-primary;
 
-- 
GitLab