Skip to content

Commit

Permalink
Make action buttons a big bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySharabin committed Feb 24, 2022
1 parent 03e7b23 commit cf51a41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ article[property="messages"] .action-buttons {
opacity: 0;
position: absolute;
right: -0.3em;
bottom: -0.7em;
bottom: -0.4em;
z-index: 1
}

Expand All @@ -522,7 +522,7 @@ article[property="messages"] .action-buttons button {
border-radius: calc(0.3em + 1px);
background-color: ghostwhite;
box-shadow: 0 0.1em 0.15em rgb(0 0 0 / 0.12);
font-size: 80%;
font-size: 90%;
text-align: center;
}

Expand Down
4 changes: 2 additions & 2 deletions style.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ article[property="messages"] {
opacity: 0;
position: absolute;
right: -0.3em;
bottom: -0.7em;
bottom: -0.4em;
z-index: 1;

& button {
Expand All @@ -523,7 +523,7 @@ article[property="messages"] {
border-radius: calc(0.3em + 1px);
background-color: ghostwhite;
box-shadow: 0 0.1em 0.15em rgb(0 0 0 / 0.12);
font-size: 80%;
font-size: 90%;
text-align: center;
}

Expand Down

0 comments on commit cf51a41

Please sign in to comment.