diff --git a/chat/ConversationView.vue b/chat/ConversationView.vue index aa32cb4..106685d 100644 --- a/chat/ConversationView.vue +++ b/chat/ConversationView.vue @@ -67,11 +67,18 @@ - - + + + + @@ -606,6 +613,7 @@ a.btn { padding-left: 0.5rem; padding-right: 0.5rem; + color: #cbcbe5; i { margin-right: 0.4rem; @@ -687,6 +695,7 @@ .update { color: rgba(255, 255, 255, 0.6); font-size: 13px; + width: 75%; } .next { diff --git a/components/Dropdown.vue b/components/Dropdown.vue index 42529e9..6be420c 100644 --- a/components/Dropdown.vue +++ b/components/Dropdown.vue @@ -1,7 +1,8 @@