Skip to content

Commit

Permalink
fix: megaphone icon shrinking if there's too much text
Browse files Browse the repository at this point in the history
  • Loading branch information
vyneer committed Dec 2, 2024
1 parent 7c82683 commit 0fa8315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/chat/css/messages/event/_event.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
text-decoration: none;
display: inline-block;
border: 0.25em solid transparent;
flex-shrink: 0;
opacity: 0.75;
width: 100%;
height: 100%;
Expand All @@ -54,6 +53,7 @@
.event-button {
width: 2.25em;
height: 2.25em;
flex-shrink: 0;

&:hover:not(:disabled) {
.event-icon {
Expand Down

0 comments on commit 0fa8315

Please sign in to comment.