about summary refs log tree commit diff stats
path: root/src/pages/popup/style.css
blob: 8136237a25a2f5d919273df62bd1329f18a0a745 (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
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;
}