Created
March 4, 2020 05:27
-
-
Save vincentbollaert/f832ab19eb31daf528e84d8bb07cadd4 to your computer and use it in GitHub Desktop.
Binance mobile grid styling override
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grid-template-rows: 0 570px auto auto auto; | |
grid-template-areas: | |
"header header orderbook" | |
"chart chart orderbook" | |
"orderform orderform orderbook" | |
"tradelist tradelist orderbook" | |
"history history orderbook"; | |
grid-template-columns: 1fr 1fr 234px; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment