-
Notifications
You must be signed in to change notification settings - Fork 207
Load spread in the center of the orderbook panel #479
Comments
Could use about 3 more pixels of padding above the text |
About "The spread is currently not centered in the panel on page load.": It will only get centered if there are enough elements above and below the Spread. Otherwise it's not possible for the list to scroll to get the Spread vertically centered. In other words: if you are not able to scroll it manually, it can't be done automatically. Not sure if that is the case with your example, could you confirm if it's possible for you to scroll the spread where you want it, but it refuses to do it by itself on page loading? |
My bad, it seems to be loading fine now, can't repro the issue I had the other day. Hoping we can keep a high priority tag on getting the "spread" text centered in that space. |
If I understand correctly, that's what you'd like to see. It would be possible to do that by wrapping the content of each cell in that column (for example in a Something like this pseudo code:
The problem is: for this to work, all these |
I want to make sure this one doesn't get lost. We're still seeing the 2 UI issues Ben mentioned in the comments here |
The spread is currently not centered in the panel on page load.
Also the text needs to be centered in this space
![Screen Shot 2019-05-28 at 3 41 56 PM](https://user-images.githubusercontent.com/29830192/58517117-25595b00-815f-11e9-8d13-3b0101452d8a.png)
View the mock for guidance on how this middle section should look:
![Screen Shot 2019-05-28 at 3 41 16 PM](https://user-images.githubusercontent.com/29830192/58517142-44f08380-815f-11e9-8354-084201ce863b.png)
The text was updated successfully, but these errors were encountered: