forked from extern/nix-config
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;
|
||
|
}
|