Skip to content

Commit

Permalink
pls work
Browse files Browse the repository at this point in the history
  • Loading branch information
warface1234455 committed Dec 12, 2024
1 parent d04c9f6 commit c6ce57e
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 c6ce57e

Please sign in to comment.