fix(native-buttons): right margin

This commit is contained in:
Elian Doran 2024-12-01 18:31:21 +02:00
parent 28b27f04cd
commit c06ff4ec27
No known key found for this signature in database

View File

@ -1271,6 +1271,10 @@ textarea {
color: var(--muted-text-color);
}
.tab-row-container {
width: env(titlebar-area-width, 100%);
}
.tab-row-container .toggle-button {
background: transparent;
appearance: none;