1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-28 09:15:46 +02:00

Move 'optimize animations' option in edit-design plugin into the leftmost column

This commit is contained in:
chylex 2017-05-16 02:06:42 +02:00
parent 1fc1370d41
commit e44f4bb003

View File

@ -61,6 +61,16 @@
<option value="16px">Largest (16px)</option> <option value="16px">Largest (16px)</option>
<option value="custom">Custom</option> <option value="custom">Custom</option>
</select> </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>
<div class="l-column mdl-column"> <div class="l-column mdl-column">
@ -96,16 +106,6 @@
<input data-td-key="smallComposeTextSize" class="js-theme-checkbox touch-larger-label" type="checkbox"> <input data-td-key="smallComposeTextSize" class="js-theme-checkbox touch-larger-label" type="checkbox">
Small compose tweet font size Small compose tweet font size
</label> </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>
<div class="l-column mdl-column"> <div class="l-column mdl-column">
@ -153,7 +153,7 @@
.td-modal-panel { .td-modal-panel {
width: 693px; width: 693px;
height: 374px; height: 380px;
} }
.td-modal-inner-cols { .td-modal-inner-cols {