style(next): fix title bar background on classical themes

This commit is contained in:
Elian Doran 2024-12-01 21:15:04 +02:00
parent 29fb9f426f
commit d472a00532
No known key found for this signature in database

View File

@ -1277,7 +1277,7 @@ textarea {
} }
.tab-row-container { .tab-row-container {
width: env(titlebar-area-width, 100%); margin-right: calc(100vw, env(titlebar-area-width, 100vw));
} }
.tab-row-container .toggle-button { .tab-row-container .toggle-button {