Skip to content

Commit

Permalink
Tweak dropdown icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
jdudley1123 committed Dec 19, 2024
1 parent c4ab06b commit 04e67e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/text-block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ details {

&::before {
content: "";
width: 1rem;
width: 1.5rem;
aspect-ratio: 1;
border: 1px solid black;
border-radius: 100%;
background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
background-size: 9px;
background-size: 13px;
background-repeat: no-repeat;
background-position: center center;
}
Expand Down

0 comments on commit 04e67e1

Please sign in to comment.