wBanano / wban-dApp

GNU General Public License v3.0
20 stars 11 forks source link

History Button Visibility Problem #52

Open yekta opened 3 years ago

yekta commented 3 years ago

Because of the monkey background, depending on your screen size the history button becomes extremely hard to see:

Screen Shot 2021-06-05 at 21 14 57 Screen Shot 2021-06-05 at 21 16 18
wrap-that-potassium commented 3 years ago

The issue here is a responsive design problem that should be mitigated by #56

@yekta do you remember which resolution you used to reproduce this?

yekta commented 3 years ago

I don't remember, but it shouldn't matter because it shouldn't be possible to begin with under any circumstance. As in you shouldn't even need to scale the window or change your OS level scaling to check if it 'can' be a problem. Which is easily doable by making it an elevated button with a background. Or removing the background pattern is also an option, a more destructive one.