From e44f4bb003f38a8f820112f052ea130dd1cf593c Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Tue, 16 May 2017 02:06:42 +0200
Subject: [PATCH] Move 'optimize animations' option in edit-design plugin into
 the leftmost column

---
 Resources/Plugins/edit-design/modal.html | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/Resources/Plugins/edit-design/modal.html b/Resources/Plugins/edit-design/modal.html
index 98dc48cc..742228a0 100644
--- a/Resources/Plugins/edit-design/modal.html
+++ b/Resources/Plugins/edit-design/modal.html
@@ -61,6 +61,16 @@
             <option value="16px">Largest (16px)</option>
             <option value="custom">Custom</option>
           </select>
+          
+          <!-- ADVANCED -->
+          
+          <label class="txt-uppercase touch-larger-label">
+            <b>Advanced</b>
+          </label>
+          <label class="checkbox">
+            <input data-td-key="optimizeAnimations" class="js-theme-checkbox touch-larger-label" type="checkbox">
+            Use more memory for smoother animations
+          </label>
         </div>
         
         <div class="l-column mdl-column">
@@ -96,16 +106,6 @@
             <input data-td-key="smallComposeTextSize" class="js-theme-checkbox touch-larger-label" type="checkbox">
             Small compose tweet font size
           </label>
-          
-          <!-- ADVANCED -->
-          
-          <label class="txt-uppercase touch-larger-label">
-            <b>Advanced</b>
-          </label>
-          <label class="checkbox">
-            <input data-td-key="optimizeAnimations" class="js-theme-checkbox touch-larger-label" type="checkbox">
-            Optimize animations (uses more memory for smoother animations)
-          </label>
         </div>
         
         <div class="l-column mdl-column">
@@ -153,7 +153,7 @@
   
   .td-modal-panel {
     width: 693px;
-    height: 374px;
+    height: 380px;
   }
   
   .td-modal-inner-cols {