kakaroto / Beyond20

D&D Beyond Character Sheet Integration in Roll20
GNU General Public License v3.0
484 stars 141 forks source link

Stop settings button overlaying tidbits DDB #1136

Closed lindenmckenzie closed 1 month ago

lindenmckenzie commented 1 month ago

Fixes #1129

Overrides tidbit min-width:300px which is causing the overlap between the settings button and the tidbit section. This is happening between 768px and around 812px. Chose to use CSS override due to wanting to keep in line with DDBs general approach for styling buttons at tablet width rather than going straight down to an icon.

Testing screenshot taken using Chrome in responsive mode at 768px wide:

Screenshot 2024-06-05 at 20 04 34
kakaroto commented 1 month ago

Sounds good, thanks! I was thinking of having the button become just the icon, but your reasoning for your approach makes sense 👍