Noitidart / NativeShot

Firefox Addon :: Freeze frame screenshot tool to capture and edit anything on any monitor
https://addons.mozilla.org/en-US/firefox/addon/nativeshot/?src=github
17 stars 11 forks source link

Incomplete toolbar displays at 1366x768 resolution #45

Open yfdyh000 opened 8 years ago

yfdyh000 commented 8 years ago

Use the default size, see screenshot: screenshot After repeated use the "Shrink Palette" button, a tooltip is covered: tooltip

Noitidart commented 8 years ago

Thanks so much for such awesome work (testing after localizing). This is a design bug I have to fix. It's because as it shrinks, it reduces font size. Those icons are all SVG font so it scales well. But text is not readable below 12px, so i set min font size for text to 12px. So the height nad width textboxes get in the way.

I need to come up with a design solution. I'm thinking of separating that bar.

Noitidart commented 8 years ago

I'll do a z-index fix for that right now though so that label comes above it.