about summary refs log tree commit diff stats
path: root/src/pages/popup/style.css
blob: 4cc56145be5e8e8c83e08e17f8cd4a0c2cb05773 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
body {
    width: 240px;
    min-height: auto;
}

html, body {
    margin: 0;
}

.hide {
    display: none !important;
}