Similar to #4171, we should redesign these "toast" messages (we call them alert-message in the code). The thing that's been bothering me for years is the very strange lack of line break. It just looks so bad! 😢
It would probably take < 20 mins to work with Claude on a full redesign + implementation and make them up to modern web and UI standards for toast messages.
<div id="alert-holder" style="display: block; opacity: 0.315938;">
<div id="alert">
<span id="alert-message">You can also press the <kbd>Z</kbd> key to zoom in and the <kbd>Shift</kbd> + <kbd>Z</kbd> keys to zoom out.</span>
<a id="alert-dont-show" href="#">Don't show again</a>
<a id="alert-close" href="#"><span class="glyphicon glyphicon-remove"></span></a>
</div>
</div>
Similar to #4171, we should redesign these "toast" messages (we call them
alert-messagein the code). The thing that's been bothering me for years is the very strange lack of line break. It just looks so bad! 😢It would probably take < 20 mins to work with Claude on a full redesign + implementation and make them up to modern web and UI standards for toast messages.