Alligned Buttons in Extension Popup (#267)
This commit is contained in:
parent
4498e790f6
commit
ad288578a3
|
@ -10,3 +10,10 @@ html, body {
|
||||||
.hide {
|
.hide {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
margin: auto;
|
||||||
|
width: 50%;
|
||||||
|
border: 3px rgb(180, 201, 180);
|
||||||
|
padding: 10px;
|
||||||
|
}
|
Loading…
Reference in New Issue