From 29007ce05ccf43fcf961fed530303178fd55c9ee Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Mon, 30 Mar 2020 10:40:25 -0500 Subject: [PATCH] Cleaner ad UI --- chat/ConversationView.vue | 13 +++++++++++-- components/Dropdown.vue | 5 ++++- readme.md | 1 + 3 files changed, 16 insertions(+), 3 deletions(-) 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 @@