-
Notifications
You must be signed in to change notification settings - Fork 1
Fix tab bar placeholder too tall #13
Fix tab bar placeholder too tall #13
Conversation
When rearranging tabs, the placeholder was set to be about 40px tall. This would cause the overall tab bar height to increase. That felt pretty weird when you're trying to move a tab and the tab bar is resizing on you.
Thanks for your contribution 👍 Anyway, the build fails because I still have to update to the latest Atom theme package API introduced in version 1.13.0. I hope I can get it done this weekend 😄
|
Sounds good 😄 |
I've tested your changes on macOS, Windows 7/10 and on my main Arch Linux system. .placeholder {
height: auto;
} we can achieve the exact same behavior on all OS. This should work for the moment, but I've also planned to refactor the whole UI sizing (no more hardcoded @edwardloveall it would be nice if you can test the snippet above to confirm that it works 😄 |
Not sure why the capture turned out grayscale. The placeholder is blue in atom for me. |
It's more a kind of workaround until the refactoring of the UI sizing which should allow to adjust the height to the current height of the tabs. I also think without the placeholder it looks more flat and smoother. I'll rerun your PR build as soon as #19 is merged and will merge this PR 😄 |
Sounds great, thanks! The visual line isn't essential (for me) so it's not a huge deal either way. Any of these fixes would be great :) |
Alright, no more 🚫 blocked by #19 and the build has been run successfully 😄 |
🚢 Shipped in apm package release version 🏷 2.1.0 |
When rearranging tabs, the placeholder was set to be about 40px tall. This would cause the overall tab bar height to increase. That felt pretty weird when you're trying to move a tab and the tab bar is resizing on you.