React -> Vue #6

Merged
DTieman merged 5 commits from vue into developmaunt 2024-09-01 15:11:26 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit cb2a8ead3a - Show all commits

View File

@@ -59,7 +59,7 @@ const sendChat = () => {
&-list { &-list {
list-style-type: none; list-style-type: none;
word-wrap: break-word; word-wrap: break-word;
overflow: scroll; overflow-y: scroll;
padding: 0; padding: 0;
li { li {

View File

@@ -55,7 +55,7 @@ const onKick = (player: Connection) => {
gap: 1rem; gap: 1rem;
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;
overflow: scroll; overflow-y: scroll;
.player { .player {
border-radius: $border-radius; border-radius: $border-radius;