Browse Source

Align checkboxes and labels in portrait mode

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
8eca8a8f01
2 changed files with 3 additions and 4 deletions
  1. +1
    -0
      macrovision.css
  2. +2
    -4
      macrovision.html

+ 1
- 0
macrovision.css View File

@@ -144,6 +144,7 @@ body.toggle-entity-glow .entity-box:not(.selected) > img{
.options-row {
display: flex;
text-align: center;
align-items: center;
width: 90%;
margin-left: auto;
margin-right: auto;


+ 2
- 4
macrovision.html View File

@@ -100,10 +100,8 @@
</div>
<div class="options-block options-block-optional">
<div class="options-row">
<label class="switch">
<input type="checkbox" id="options-world-autofit">
<span class="switch-label">Auto-size world</span>
</label>
<input type="checkbox" id="options-world-autofit">
<label for="options-world-autofit">Auto-size world</label>
</div>
<div class="options-row">
<input type="checkbox" id="options-world-show-names">


Loading…
Cancel
Save