Fix window control buttons on KDE

This commit is contained in:
windingwind 2024-01-18 18:16:59 +08:00 committed by Dan Stillman
parent a8916b797e
commit ee514f2fd5

View file

@ -36,10 +36,16 @@
.titlebar-buttonbox {
pointer-events: all;
margin: 0 4px;
}
.titlebar-button {
margin: 4px 0;
width: calc(var(--tab-min-height) - 8px);
height: calc(var(--tab-min-height) - 8px);
position: relative;
// Fix KDE rendering bug
z-index: 1;
}
.titlebar-icon-container {