Skip to content

Commit

Permalink
Improve margin between modal buttons
Browse files Browse the repository at this point in the history
Before: buttons sticked on top of each other (narrow screen)
Now: buttons have space between when on top of each other (narrow screen)
  • Loading branch information
penge committed Oct 27, 2021
1 parent e081843 commit aced9c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/notes.css
Original file line number Diff line number Diff line change
Expand Up @@ -622,14 +622,15 @@ body.with-modal #toolbar {

#modal #buttons {
text-align: right;
margin-top: 1em;
margin-top: .5em;
}

#modal #buttons input {
cursor: pointer;
background: var(--modal-button-background-color);
color: var(--modal-button-text-color);
margin-left: .5em;
margin-top: .5em;
}

#modal .modal-description {
Expand Down

0 comments on commit aced9c3

Please sign in to comment.