libredirect/src/pages/popup/style.css

12 lines
120 B
CSS
Raw Normal View History

2022-01-29 23:34:33 +01:00
body {
2022-04-02 17:42:20 +02:00
width: 240px;
2022-01-29 23:34:33 +01:00
min-height: auto;
}
2022-04-18 09:25:50 +02:00
html, body {
margin: 0;
}
.hide {
display: none !important;
}