mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Add folders to index.html
This commit is contained in:
+29
-9
@@ -9,15 +9,25 @@
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.icons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
.icons, .subsection {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, 180px);
|
||||
grid-auto-flow: dense;
|
||||
align-items: stretch;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.subsection {
|
||||
grid-column: 1 / -1;
|
||||
background-color: #a2a2a2;
|
||||
margin: unset;
|
||||
/* I don't understand anything */
|
||||
margin-right: -15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.gameicon,
|
||||
.patchContainer {
|
||||
border-radius: 2px;
|
||||
@@ -37,6 +47,20 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
label.gameicon {
|
||||
cursor: pointer;
|
||||
background: #fffcf0;
|
||||
}
|
||||
|
||||
input.sectionToggle,
|
||||
input.sectionToggle + div {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input:checked.sectionToggle + div {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.gameicon:hover,
|
||||
.dragover {
|
||||
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
||||
@@ -52,15 +76,11 @@
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.gameicon>div>div {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
.gameicon>div {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.fileInput {
|
||||
@@ -323,4 +343,4 @@ input[type=checkbox]:checked ~ ul > li.patch-on {
|
||||
}
|
||||
input[type=checkbox]:checked ~ ul > li.patch-off {
|
||||
display: list-item;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user