fix(read-only-bar): button shrinks when window is small

This commit is contained in:
Elian Doran 2025-12-06 23:00:57 +02:00
parent d95450ae07
commit 7a3092a23b
No known key found for this signature in database

View File

@ -16,4 +16,5 @@ body.zen div.read-only-note-info-bar-widget {
:root div.read-only-note-info-bar-widget button {
white-space: nowrap;
padding: 2px 8px;
flex-shrink: 0;
}