Added `button-padding` class

This commit is contained in:
n8detar 2022-04-20 09:14:29 -07:00
parent 3430d5ae17
commit 950f83cd52
1 changed files with 11 additions and 0 deletions

View File

@ -98,6 +98,10 @@ textarea {
width: 100%;
}
.button-padding {
margin: 0 4px 0 0;
}
button {
border-radius: 0;
padding: 5px 13px;
@ -326,6 +330,13 @@ button:hover {
justify-content: flex-end;
}
.view-icons-margin {
/* width: 30px; */
margin: 5px 10px;
/* cursor: pointer;
filter: var(--img-filter); */
}
.view-icons img {
width: 30px;
margin: 5px 10px;