fix(text): transparent window controls (#1061)

This commit is contained in:
Adrian Karlén 2024-05-08 08:49:39 +02:00 committed by GitHub
parent e9fd0ac138
commit 3fa49f3220
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,7 +170,10 @@ body::after {
this size is set for 100% zoom
*/
width: 135px;
height: 40px;
/* depending on what global status bar
style is enabled height need to be
changed accordingly. */
height: 64px;
}
```