Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit c6ce57e

Browse files
pls work
1 parent d04c9f6 commit c6ce57e

File tree

1 file changed

+3
-3
lines changed
  • tgui/packages/tgui-panel/styles/components

1 file changed

+3
-3
lines changed

tgui/packages/tgui-panel/styles/components/Chat.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ $color-bg-section: base.$color-bg-section !default;
2727
vertical-align: middle;
2828
background-color: crimson;
2929
border-radius: 10px;
30-
transition: font-size 200ms ease-out;
30+
transition: background-color 200ms ease-out;
3131

3232
&:before {
3333
content: 'x';
3434
}
3535
}
3636

3737
.Chat__badge--animate {
38-
font-size: 0.9em;
39-
transition: font-size 0ms;
38+
background-color: orange;
39+
transition: background-color 0ms;
4040
}
4141

4242
.Chat__scrollButton {

0 commit comments

Comments
 (0)