mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 15:05:07 +02:00
Add padding to terminal windows with gtk.css
This commit is contained in:
7
dotfiles/.config/gtk-3.0/gtk.css
Normal file
7
dotfiles/.config/gtk-3.0/gtk.css
Normal 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;
|
||||||
|
}
|
Reference in New Issue
Block a user