updated unite extension
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user