libredirect/src/pages/popup/style.css

25 lines
229 B
CSS

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;
}