diff --git a/src/assets/css/chat.scss b/src/assets/css/chat.scss index 21593de..fa9ff02 100644 --- a/src/assets/css/chat.scss +++ b/src/assets/css/chat.scss @@ -1018,13 +1018,15 @@ body { & > *:last-child { flex: 0 0 auto; } - .option-title { - color: #000; - font-size: 16 * $chat-text-size; - } - .option-text { - font-size: 13 * $chat-text-size; - } +} + +.option-text { + font-size: 13 * $chat-text-size; +} + +.option-title { + color: #000; + font-size: 16 * $chat-text-size; } .header-button-left { diff --git a/src/components/CreateRoom.vue b/src/components/CreateRoom.vue index 1660cc4..64e9818 100644 --- a/src/components/CreateRoom.vue +++ b/src/components/CreateRoom.vue @@ -65,11 +65,15 @@ - -
-
{{ $t('room_info.room_type') }}
+ +
+
+
{{ $t('room_info.room_type') }}
+
+
+ +
-