Procházet zdrojové kódy

Make layout improvements for character creation.

Nested subcategories are now centered.
Toggleable settings have proper widthsn ow
tags/v1.1.0
Fen Dweller před 5 roky
rodič
revize
10e7136eff
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. +4
    -3
      style.css

+ 4
- 3
style.css Zobrazit soubor

@@ -347,7 +347,7 @@ input[type="checkbox"]:checked ~ .reveal-if-active {
.custom-category-sub {
text-align: center;
margin: 10px;
width: 400px;
width: 100%;
padding: 0px;
margin: 0px 50px;
}
@@ -449,7 +449,7 @@ body.dark input[type="checkbox"]:checked+
.flex-outer input[type="radio"] + label:not(.custom-header),
.flex-outer input[type="checkbox"] + label:not(.custom-header) {
user-select: none;
flex: 1 0 400px;
flex: 1 0 100%;
font-size: 24px;
}

@@ -498,7 +498,8 @@ body.light .flex-outer input[type="checkbox"]:checked + label:not(.custom-header
display: flex;
flex-wrap: wrap;
align-items: center;
width: 400px;
margin: auto;
width: 90%;
}

body.light .has-tooltip {


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