about summary refs log tree commit diff stats
path: root/src/pages/popup/style.css
blob: 0cb27912320ae1027a6a4ab02b7d49c467b1c2d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
body {
	width: 230px;
	min-height: auto;
}

html,
body {
	margin: 0;
}

.hide {
	display: none !important;
}

.button {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	width: 100%;
}

.space {
	height: 10px;
}