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

Tree @d3beb6f (Download .tar.gz)

stylesheet.css @d3beb6fraw · 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;
}