mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
style: stats table width
This commit is contained in:
parent
881c9efb7d
commit
fb722569af
@ -140,8 +140,19 @@ li[data-action="page-ellipsis"] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#statistics tr > *:nth-child(1) {
|
#statistics {
|
||||||
min-width: 33.3%
|
thead,
|
||||||
|
tbody {
|
||||||
|
> tr {
|
||||||
|
> :first-child {
|
||||||
|
min-width: 33.3%
|
||||||
|
}
|
||||||
|
|
||||||
|
> :nth-child(2) :first-child {
|
||||||
|
min-width: 50%
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.expirydate {
|
.expirydate {
|
||||||
|
Loading…
Reference in New Issue
Block a user