[CSS] Added a top margin for buttons.

This commit is contained in:
Eliseu Amaro 2021-11-16 19:40:07 +00:00
parent 2561823550
commit f1a30ac0e6
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
3 changed files with 5 additions and 5 deletions

View File

@ -258,11 +258,6 @@ embed header {
mask-image: url("../../icons/delete.svg");
}
#add_favourite,
#remove_favourite {
margin-top: var(--smaller);
}
.note-content {
display: -webkit-box;
display: -webkit-flex;

View File

@ -122,6 +122,7 @@ button {
-ms-flex-item-align: end !important;
-ms-grid-row-align: end !important;
align-self: end !important;
margin-top: var(--smaller);
}
button,label {

View File

@ -127,6 +127,10 @@
margin-bottom: var(--smaller);
}
.form-group:last-of-type {
margin-bottom: unset;
}
.form-group textarea {
height: 7rem;
max-height: 100%;