Fix window control buttons on KDE
This commit is contained in:
parent
a8916b797e
commit
ee514f2fd5
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue