1
0
forked from extern/nix-config

Add padding to terminal windows with gtk.css

This commit is contained in:
Donovan Glover 2017-12-17 23:38:00 -05:00
parent b6171f2d9c
commit bce99537c6
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -0,0 +1,7 @@
.termite {
padding: 30px;
/* TODO: Use 15px for normal windows
* and 30px all around for floating windows */
padding-top: 15px;
padding-bottom: 0;
}