From 83d9b4243d81485ca4cb489301d27e8183635783 Mon Sep 17 00:00:00 2001 From: Troplo Date: Sun, 14 Aug 2022 22:51:41 +1000 Subject: [PATCH] update --- README.md | 10 ++++------ frontend/src/components/CommsInput.vue | 2 +- frontend/src/components/Message.vue | 4 +--- frontend/src/views/Communications/Communications.vue | 8 +++++--- .../src/views/Communications/CommunicationsChat.vue | 7 +------ .../src/views/Communications/CommunicationsFriends.vue | 4 ++-- 6 files changed, 14 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index d0132f6..11dba32 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,10 @@ Colubrina is a simple self-hostable chatting platform written in Vue, and Vuetif - [x] Channel message pins - [x] Read receipts -Chat -Friends -Chat with AMOLED theme -Chat with profile card and light theme -QuickSwitcher -QuickSwitcher with AMOLED theme +Chat +Friends +Chat with AMOLED theme +Chat with profile card and light theme ## Backend setup First, configure a database and user (MariaDB strongly recommended) for Colubrina.
Please navigate to the `backend` folder and run `yarn`.
diff --git a/frontend/src/components/CommsInput.vue b/frontend/src/components/CommsInput.vue index 06c1259..e816627 100644 --- a/frontend/src/components/CommsInput.vue +++ b/frontend/src/components/CommsInput.vue @@ -153,7 +153,7 @@ v-on="on" id="attachment-button" icon - style="margin-top: -2px; margin-left: -2px" + style="margin-top: -3px; margin-left: -4px" small @dblclick.stop="openFileInput" > diff --git a/frontend/src/components/Message.vue b/frontend/src/components/Message.vue index 7e5d7e8..76e696c 100644 --- a/frontend/src/components/Message.vue +++ b/frontend/src/components/Message.vue @@ -45,9 +45,7 @@ :dense="lastMessage" :id="'message-' + index" @contextmenu="show($event, 'message', message)" - :style=" - lastMessage ? 'margin-bottom: -10px; margin-top: -10px;' : '' - " + :style="lastMessage ? 'margin-bottom: -5px; margin-top: -5px;' : ''" > - + Users @@ -82,7 +82,7 @@ $vuetify.theme.themes[$vuetify.theme.dark ? 'dark' : 'light'].card " > - + Incoming