Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #317 from git-Hmmm/patch-1
Browse files Browse the repository at this point in the history
Fix accent color picker bottom padding.
  • Loading branch information
reis authored Aug 25, 2022
2 parents 1a0ce32 + 9ab4fb7 commit 00e33b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/styles/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,14 +251,13 @@ dialog {
border-bottom-style: solid;
border-bottom-width: 2px;
padding: 25px;
padding-bottom: 25px;
position: fixed;
background: black;
animation: fadeInUp 0.25s;
bottom: 81px;
left: 22px;
border-bottom: 0px;
padding-bottom: 1px;
padding-bottom: 15px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
display: none;
Expand Down

0 comments on commit 00e33b8

Please sign in to comment.