Codebase list gnome-shell-extensions / upstream/3.14.2 extensions / native-window-placement / stylesheet.css
upstream/3.14.2

Tree @upstream/3.14.2 (Download .tar.gz)

stylesheet.css @upstream/3.14.2raw · history · blame

1
2
3
4
5
6
7
8
9
.window-caption {
    -shell-caption-spacing: 13px;		/* current caption height is 26px => set it to half of it. TODO: better solution needed */
}

.window-picker {
    -horizontal-spacing: 32px;
    -vertical-spacing: 32px;
    padding: 64px 32px;
}