Feat: Decks page.
This commit is contained in:
38
static/css/pages/tcg/decks.css
Normal file
38
static/css/pages/tcg/decks.css
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user