updated unite extension

This commit is contained in:
davedatum
2019-11-03 15:54:04 +00:00
parent df81cf0307
commit c0541c66f2
8 changed files with 68 additions and 36 deletions

View File

@@ -1,15 +1,20 @@
headerbar,
.titlebar {
window > headerbar,
window > .titlebar,
window > headerbar > headerbar,
window > .titlebar > .titlebar,
window > .titlebar > stack > headerbar,
window headerbar:last-child,
window .titlebar:last-child {
padding-right: 0;
}
headerbar > box.right,
.titlebar > box.right {
window headerbar > box.right,
window .titlebar > box.right {
margin: 0 -200px 0 0;
opacity: 0;
}
.titlebar.default-decoration {
window .titlebar.default-decoration {
margin: -200px 0 0;
opacity: 0;
}