Alligned Buttons in Extension Popup (#267)

This commit is contained in:
Edward 2022-05-19 17:51:19 +00:00 committed by GitHub
parent 4498e790f6
commit ad288578a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -9,4 +9,11 @@ html, body {
.hide {
display: none !important;
}
}
.button {
margin: auto;
width: 50%;
border: 3px rgb(180, 201, 180);
padding: 10px;
}