[CSS] Added a top margin for buttons.
This commit is contained in:
parent
2561823550
commit
f1a30ac0e6
@ -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;
|
||||
|
@ -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 {
|
||||
|
@ -127,6 +127,10 @@
|
||||
margin-bottom: var(--smaller);
|
||||
}
|
||||
|
||||
.form-group:last-of-type {
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
.form-group textarea {
|
||||
height: 7rem;
|
||||
max-height: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user