106 lines
1.8 KiB
CSS
106 lines
1.8 KiB
CSS
|
|
|
|
.container-input > input {
|
|
padding: 0vh 1vh;
|
|
border-radius: 0.5vh;
|
|
max-width: 7vh;
|
|
}
|
|
|
|
|
|
/* Right column */
|
|
.rightcolumn {
|
|
min-width: fit-content;
|
|
}
|
|
|
|
/* Main Table */
|
|
#pageBody {
|
|
max-height: 82vh;
|
|
padding: 0 5vw;
|
|
margin: 0;
|
|
border: 0;
|
|
align-content: center;
|
|
justify-content: flex-start;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
position: absolute;
|
|
width: 90vw;
|
|
color: var(--colour-text);
|
|
}
|
|
|
|
|
|
/* Footer */
|
|
.footer {
|
|
padding: 1vh 1vw;
|
|
text-align: center;
|
|
margin: 0;
|
|
max-height: 5vh;
|
|
overflow-y: auto;
|
|
background-color: var(--colour-accent);
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 98vw;
|
|
}
|
|
|
|
@media screen and (max-width: 400px) {
|
|
.footer {
|
|
max-height: 8vh;
|
|
padding: 0.75vh 2vw;
|
|
font-size: 10px;
|
|
width: 96vw;
|
|
max-width: 96vw;
|
|
}
|
|
.footer > h4 {
|
|
font-size: 10px;
|
|
}
|
|
.footer > h5 {
|
|
font-size: 9px;
|
|
}
|
|
}
|
|
|
|
.footer > h4, h5 {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
.tcg-card {
|
|
margin-top: 1vh;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
|
|
table.table-main tbody {
|
|
max-height: 30vh;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
table.statistics {
|
|
margin-top: 0;
|
|
}
|
|
table.statistics thead {
|
|
background-color: var(--background-color);
|
|
}
|
|
table.statistics tbody {
|
|
max-height: 30vh;
|
|
overflow-y: auto;
|
|
}
|
|
table.statistics thead tr th.deck,
|
|
table.statistics tbody tr td.deck_id {
|
|
min-width: 20vh;
|
|
max-width: 20vh;
|
|
}
|
|
table.statistics thead tr th.name,
|
|
table.statistics tbody tr td.name {
|
|
min-width: 40vh;
|
|
max-width: 40vh;
|
|
}
|
|
table.statistics thead tr th.value,
|
|
table.statistics tbody tr td.value {
|
|
min-width: 10vh;
|
|
max-width: 10vh;
|
|
}
|
|
|
|
/*# sourceMappingURL=tcg_decks.bundle.css.map*/ |