Skip to content

Commit

Permalink
pls work (#22845)
Browse files Browse the repository at this point in the history
  • Loading branch information
warface1234455 authored Dec 13, 2024
1 parent 32eccf2 commit cf0c5c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tgui/packages/tgui-panel/styles/components/Chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ $color-bg-section: base.$color-bg-section !default;
vertical-align: middle;
background-color: crimson;
border-radius: 10px;
transition: font-size 200ms ease-out;
transition: background-color 200ms ease-out;

&:before {
content: 'x';
}
}

.Chat__badge--animate {
font-size: 0.9em;
transition: font-size 0ms;
background-color: orange;
transition: background-color 0ms;
}

.Chat__scrollButton {
Expand Down

0 comments on commit cf0c5c4

Please sign in to comment.