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 {
|
.titlebar-buttonbox {
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
|
margin: 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titlebar-button {
|
.titlebar-button {
|
||||||
margin: 4px 0;
|
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 {
|
.titlebar-icon-container {
|
||||||
|
|
Loading…
Reference in a new issue