mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-23 09:49:17 +00:00
feat: add media query for tabs container
This commit is contained in:
parent
7cc2dbe864
commit
a92f7a628b
@ -16,6 +16,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.tabs {
|
||||
overflow-x: auto;
|
||||
overflow-y: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Hide Effectiveness */
|
||||
@media (max-width: 1300px) {
|
||||
th:nth-child(7),
|
||||
|
Loading…
x
Reference in New Issue
Block a user