Procházet zdrojové kódy

Align checkboxes and labels in portrait mode

tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
8eca8a8f01
2 změnil soubory, kde provedl 3 přidání a 4 odebrání
  1. +1
    -0
      macrovision.css
  2. +2
    -4
      macrovision.html

+ 1
- 0
macrovision.css Zobrazit soubor

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


+ 2
- 4
macrovision.html Zobrazit soubor

@@ -100,10 +100,8 @@
</div> </div>
<div class="options-block options-block-optional"> <div class="options-block options-block-optional">
<div class="options-row"> <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>
<div class="options-row"> <div class="options-row">
<input type="checkbox" id="options-world-show-names"> <input type="checkbox" id="options-world-show-names">


Načítá se…
Zrušit
Uložit