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