diff --git a/src/components/game-ui/game-chat.vue b/src/components/game-ui/game-chat.vue
index 4a3f549d..980c16ac 100644
--- a/src/components/game-ui/game-chat.vue
+++ b/src/components/game-ui/game-chat.vue
@@ -170,6 +170,8 @@ i
border-radius 12px
margin .5em
max-width 1000px
+ width 40%
+ min-width 300px
min-height 150px
max-height 150px
transition all .3s
diff --git a/src/components/misc/floating-bubbles.vue b/src/components/misc/floating-bubbles.vue
index f875cf04..eb3818c5 100644
--- a/src/components/misc/floating-bubbles.vue
+++ b/src/components/misc/floating-bubbles.vue
@@ -1,10 +1,7 @@
.bubbles
- for (var i = 0; i < 128; i++)
- div.bubble(
- style=`
- --size:${2+Math.random()*4}rem; --distance:${6+Math.random()*4}rem; --position:${-5+Math.random()*110}%; --time:${2+Math.random()*2}s; --delay:${-1*(2+Math.random()*2)}s;
- `)
+ div.bubble(style=`--size:${2+Math.random()*4}rem; --distance:${6+Math.random()*4}rem; --position:${-5+Math.random()*110}%; --time:${2+Math.random()*2}s; --delay:${-1*(2+Math.random()*2)}s;`)