mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add max-width query to hide on small screens
This commit is contained in:
parent
f585ffa264
commit
2ade3ec7b9
|
@ -22,3 +22,7 @@
|
|||
border-width: 1px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
#widget-wrapper { display: none; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user