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

Reorder checkboxes in edit-design and use sentence case for labels

This commit is contained in:
chylex 2017-04-01 13:25:23 +02:00
parent b3521d2a18
commit 2a6a607c7b

View File

@ -65,26 +65,32 @@
<div class="l-column mdl-column">
<!-- DESIGN -->
<!-- LAYOUT -->
<label class="txt-uppercase touch-larger-label">
<b>Layout &amp; Design</b>
<b>Layout</b>
</label>
<label class="checkbox">
<input data-td-key="hideTweetActions" class="js-theme-checkbox touch-larger-label" type="checkbox">
Hide Tweet Actions
Hide tweet actions
</label>
<label class="checkbox">
<input data-td-key="moveTweetActionsToRight" class="js-theme-checkbox touch-larger-label" type="checkbox">
Tweet Actions on the Right Side
Tweet actions on the right side
</label>
<label class="checkbox">
<input data-td-key="smallComposeTextSize" class="js-theme-checkbox touch-larger-label" type="checkbox">
Small Compose Tweet Font Size
<!-- DESIGN -->
<label class="txt-uppercase touch-larger-label">
<b>Design</b>
</label>
<label class="checkbox">
<input data-td-key="roundedScrollBars" class="js-theme-checkbox touch-larger-label" type="checkbox">
Rounded Scroll Bars
Rounded scroll bars
</label>
<label class="checkbox">
<input data-td-key="smallComposeTextSize" class="js-theme-checkbox touch-larger-label" type="checkbox">
Small compose tweet font size
</label>
<!-- ADVANCED -->
@ -94,7 +100,7 @@
</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)
Optimize animations (uses more memory for smoother animations)
</label>
</div>