From f1967d418906890a7a8895aee99e56a52bee147f Mon Sep 17 00:00:00 2001 From: adb Date: Sun, 4 Apr 2021 04:44:24 +0200 Subject: [PATCH] add matrixUtils --- src/App.vue | 2 +- src/components/chatInformation.vue | 6 ++---- src/components/message.vue | 11 ++++++++--- src/components/roomListElement.vue | 7 ++----- src/components/timeline.vue | 23 +++++++++++++++++------ src/lib/matrixUtils.js | 9 +++++++++ src/views/rooms.vue | 2 +- 7 files changed, 40 insertions(+), 20 deletions(-) create mode 100644 src/lib/matrixUtils.js diff --git a/src/App.vue b/src/App.vue index b7c487e..da08dba 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,7 +28,7 @@ input{ color: #fff; background-color: #1d1d1d; border-radius: 1.25rem; - border: 1px solid #fff; + border: 0.1rem solid #fff; text-align: center; font-size: 1.1rem; margin: 0.5rem; diff --git a/src/components/chatInformation.vue b/src/components/chatInformation.vue index b2b70f3..43caf80 100644 --- a/src/components/chatInformation.vue +++ b/src/components/chatInformation.vue @@ -23,10 +23,10 @@