mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-13 16:29:38 +01:00
8 lines
170 B
CSS
8 lines
170 B
CSS
|
.termite {
|
||
|
padding: 30px;
|
||
|
/* TODO: Use 15px for normal windows
|
||
|
* and 30px all around for floating windows */
|
||
|
padding-top: 15px;
|
||
|
padding-bottom: 0;
|
||
|
}
|