Skip to content

Commit

Permalink
FIx inconsistent padding for finishing up message in modern style
Browse files Browse the repository at this point in the history
  • Loading branch information
D4isDAVID committed Oct 10, 2024
1 parent bbd2ac0 commit 2db13eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

[unreleased diff]

### Fixed

- Inconsistent padding for finishing up message in modern style.

## [2.1.2] - 2024-09-10

[2.1.2 diff]
Expand Down
2 changes: 1 addition & 1 deletion html/styles/modern.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
#finishing-wrapper {
position: fixed;
bottom: 1.75rem;
left: 3.5rem;
left: 1.75rem;
}

0 comments on commit 2db13eb

Please sign in to comment.