swap stats th and td
This commit is contained in:
@@ -30,6 +30,10 @@ body {
|
||||
background-color: #25292d;
|
||||
}
|
||||
|
||||
#statsTable th {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#matrixCard {
|
||||
background-image: radial-gradient(#222, #25292d);
|
||||
}
|
||||
@@ -43,11 +47,6 @@ body {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#statsTable td,
|
||||
#statsModal td {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
td#timeCell {
|
||||
min-width: 10ch;
|
||||
}
|
||||
@@ -274,20 +273,22 @@ tr.cleared-line-animation {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
#statsModal th {
|
||||
#statsModal td {
|
||||
padding-left: 0;
|
||||
padding-right: 0.5rem;
|
||||
padding-bottom: 0.2rem;
|
||||
border-left: 0.5rem solid transparent;
|
||||
border-right: 0;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
#statsModal td {
|
||||
#statsModal th {
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0;
|
||||
padding-bottom: 0.2rem;
|
||||
border-left: 0;
|
||||
border-right: 0.5rem solid transparent;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#statsModal tr:last-child th,
|
||||
|
||||
Reference in New Issue
Block a user