Skip to content

Commit

Permalink
Fixed alignment of items in paste-submit
Browse files Browse the repository at this point in the history
  • Loading branch information
millefalcon authored and supakeen committed Jun 27, 2024
1 parent a3a6667 commit d4e450a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/asset/pinnwand.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ section.file-part div.file-meta {
margin-bottom: .0625rem;
}

section.paste-submit {
align-items: center;
}

section.paste-submit, div.paste-actions {
background-color: var(--color1);
padding: .5rem;
Expand Down
3 changes: 3 additions & 0 deletions src/pinnwand/static/pinnwand.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ section.file-part div.file-meta {
padding: .5rem;
margin-bottom: .0625rem; }

section.paste-submit {
align-items: center; }

section.paste-submit, div.paste-actions {
background-color: var(--color1);
padding: .5rem;
Expand Down

0 comments on commit d4e450a

Please sign in to comment.