diff --git a/src/assets/css/chat.scss b/src/assets/css/chat.scss index cc29644..0e2ce90 100644 --- a/src/assets/css/chat.scss +++ b/src/assets/css/chat.scss @@ -3,6 +3,38 @@ $admin-bg: black; $admin-fg: white; +.chat-header { + margin: 0; + padding: 0; + height: 72px; + background-color: #ffffff; + border-bottom: 1px solid #eeeeee; + .chat-header-row { + margin: 0; + padding: 4px 10px; + align-items: center; + height: 100%; + } + .num-members { + font-family: 'Inter', sans-serif; + font-weight: 400; + font-size: 12 * $chat-text-size; + color: black; + } + .v-btn.leave-button { + font-family: 'Inter', sans-serif; + font-weight: 700; + font-size: 11 * $chat-text-size; + color: white; + background-color: #f74e4e !important; + border: none; + border-radius: $chat-standard-padding / 2; + height: $chat-standard-padding; + margin-top: $chat-standard-padding-xs; + margin-bottom: $chat-standard-padding-xs; + } +} + .chat-root { position: absolute; left: 0px; @@ -17,36 +49,6 @@ $admin-fg: white; background-color: $chat-background; overflow: hidden; - .chat-header { - margin: 0; - padding: 0; - background-color: #ffffff; - border-bottom: 1px solid #eeeeee; - .chat-header-row { - margin: 0; - padding: 4px 10px; - align-items: center; - } - .num-members { - font-family: 'Inter', sans-serif; - font-weight: 400; - font-size: 12 * $chat-text-size; - color: black; - } - .v-btn.leave-button { - font-family: 'Inter', sans-serif; - font-weight: 700; - font-size: 11 * $chat-text-size; - color: white; - background-color: #f74e4e !important; - border: none; - border-radius: $chat-standard-padding / 2; - height: $chat-standard-padding; - margin-top: $chat-standard-padding-xs; - margin-bottom: $chat-standard-padding-xs; - } - } - .chat-content { margin: 0; padding-top: $chat-standard-padding-s; @@ -371,7 +373,8 @@ $admin-fg: white; .room-name { font-family: 'Poppins', sans-serif; font-weight: 700; - font-size: 21 * $chat-text-size; + font-size: 14 * $chat-text-size; + text-transform: uppercase; color: black; } diff --git a/src/assets/usernames.txt b/src/assets/usernames.txt new file mode 100644 index 0000000..cd8cab6 --- /dev/null +++ b/src/assets/usernames.txt @@ -0,0 +1,5 @@ +Guest Pangolin +Guest Cat +Guest Dog +Guest Iguana +Guest Sloth diff --git a/src/components/Join.vue b/src/components/Join.vue index d7054db..30c0d35 100644 --- a/src/components/Join.vue +++ b/src/components/Join.vue @@ -21,6 +21,16 @@
+ +