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

html, body {
    margin: 0;
}

.hide {
    display: none !important;
}

.button {
    margin: auto;
    width: 50%;
    border: 3px rgb(180, 201, 180);
    padding: 10px;
  }