This keeps window captions and close buttons always visible. https://bugzilla.gnome.org/show_bug.cgi?id=674338
4 lines
146 B
CSS
4 lines
146 B
CSS
.window-caption {
|
|
-shell-caption-overlap: 13px; /* current caption height is 26px => set it to half of it. TODO: better solution needed */
|
|
}
|