File: custom.css

package info (click to toggle)
revolt 0.0%2Bgit20211216.7f6f762-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: python: 615; sh: 311; xml: 84; makefile: 24
file content (21 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * custom.css
 * Copyright (C) 2017 Adrian Perez
 *
 * Distributed under terms of the GPLv3 license.
 */

.titlebar.revolt-slim {
	min-height: 0;
}

.titlebar.revolt-slim separator,
.titlebar.revolt-slim button {
	margin: 3px 0 3px 0;
}

.titlebar.revolt-slim button {
	min-height: 16px;
	min-width: 18px;
	padding: 3px 4px 3px 4px;
}