libredirect/src/pages/popup/style.css

25 lines
229 B
CSS
Raw Normal View History

2022-01-29 23:34:33 +01:00
body {
width: 230px;
min-height: auto;
}
html,
body {
margin: 0;
2022-04-18 09:25:50 +02:00
}
.hide {
display: none !important;
2022-05-21 15:38:28 +02:00
}
.button {
display: flex;
margin: 0 auto;
justify-content: space-between;
width: 100%;
2022-05-21 15:38:28 +02:00
}
.space {
height: 10px;
}