Uh oh!
There was an error while loading. Please reload this page.
Fix fullscreen icon size in bottom box - #5987
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #5987 +/- ##
=======================================
Coverage 85.34% 85.34% =======================================
Files 318 318 Lines 31922 31922 Branches 8834 8836 +2 =======================================
Hits 27244 27244 Misses 4246 4246 Partials 432 432 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
canova
commented
Apr 30, 2026
Thanks @rabbitglauser for the PR! It looks better to me compared to the previous version. But I still see that it's a bit bigger than the other icons that we have. Could you make it a bit smaller still? ![]() (I added the deploy preview to the PR message so we can see it easily) |
rabbitglauser
commented
Apr 30, 2026
Thanks for the feedback @canova ! I reduced the fullscreen icon size. It now looks visually closer to the surrounding icons in the bottom toolbar. ![]() ![]() |
Uh oh!
There was an error while loading. Please reload this page.
Changes: [Markus Stange] Use custom splitter component (#4606) [fatadel] Fix Download button text color when clicked (#5985) [Samuel Glauser] Fix fullscreen icon size in bottom box (#5987) [Nazım Can Altınova] Add `profiler-cli` for querying profiles (#5963) [Nazım Can Altınova] Bump profiler cli version to 0.1.0 (#5996) [Markus Stange] Switch from max-height to maxHeight in JSX style={{...}}. (#5990) [carverdamien] Fix comment about how time and duration are stored (#5997) [Nazım Can Altınova] Do not show console error when libnames are failed to parse as a URL (#5993) [Nazım Can Altınova] Fix the unnecessary stringify of Uint8Array contents during zip profile extraction (#6004) And special thanks to our localizers: en-CA: chutten en-CA: Saurabh en-GB: Ian Neal es-CL: ravmn fy-NL: Fjoerfoks ia: Melo46 nl: Mark Heijl ru: Valery Ledovskoy sv-SE: Andreas Pettersson



Fixes#5984
Summary
This PR adjusts the visual size of the full-screen icon in the bottom source/assembly view.
The full-screen icon appeared slightly larger than the nearby close button, even though the buttons are intended to have similar visual sizing. This change sets a specific
background-sizefor the fullscreen show/hide icons only.Changes
background-size: 14px 14px;for:.bottom-fullscreen-show-button.bottom-fullscreen-hide-buttonTesting
Tested locally with the example profile from the issue and confirmed that the fullscreen icon now appears visually closer in size to the close button.
Deploy preview