mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 14:26:39 +00:00
fix: hide balance column on wider screen
This commit is contained in:
parent
29c69cc0b9
commit
8c08589927
@ -86,7 +86,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Hide Balance */
|
/* Hide Balance */
|
||||||
@media (max-width: 400px) {
|
@media (max-width: 475px) {
|
||||||
th:nth-child(3),
|
th:nth-child(3),
|
||||||
td:nth-child(3) {
|
td:nth-child(3) {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user