Sfoglia il codice sorgente

I hate CSS

tags/v0.7.0
Fen Dweller 7 anni fa
parent
commit
2c67f7ad16
1 ha cambiato i file con 9 aggiunte e 2 eliminazioni
  1. +9
    -2
      style.css

+ 9
- 2
style.css Vedi File

@@ -216,7 +216,9 @@ input[type="checkbox"]:checked ~ .reveal-if-active {
.custom-category-sub {
text-align: center;
margin: 10px;
width: 400px;
width: 500px;
padding: 0px;
margin: 0px;
}

body.light .custom-category {
@@ -285,6 +287,7 @@ body.dark input[type="checkbox"]:checked+
display: flex;
flex-wrap: wrap;
align-items: center;
text-align: center;
width: 500px;
}

@@ -299,12 +302,16 @@ body.dark input[type="checkbox"]:checked+
flex: 1 0 200px;
}

.flex-outer-sub {
padding: 0px;
}

.flex-outer-sub li,
.flex-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 400px;
width: 500px;
}

.flex-outer-sub label,


Loading…
Annulla
Salva