From bcc9d9b851687f065d7af3b48e28166aa8e9ec20 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 18 Feb 2025 22:31:33 +0200 Subject: [PATCH] fix sass warnings --- src/App.scss | 2 +- src/components/chat/chat.vue | 4 +- .../chat_list_item/chat_list_item.vue | 4 +- src/components/chat_message/chat_message.vue | 4 +- src/components/chat_new/chat_new.vue | 5 +- src/components/checkbox/checkbox.vue | 2 - .../emoji_reactions/emoji_reactions.scss | 121 +++++++++++++++++ .../emoji_reactions/emoji_reactions.vue | 123 +----------------- .../mrf_transparency_panel.vue | 4 +- .../status_action_buttons/action_button.scss | 6 +- .../status_action_buttons.scss | 2 +- 11 files changed, 133 insertions(+), 144 deletions(-) create mode 100644 src/components/emoji_reactions/emoji_reactions.scss diff --git a/src/App.scss b/src/App.scss index 6fa3a95b7..fa02ad929 100644 --- a/src/App.scss +++ b/src/App.scss @@ -1,6 +1,6 @@ // stylelint-disable rscss/class-format /* stylelint-disable no-descending-specificity */ -@import "./panel"; +@use "panel"; :root { --status-margin: 0.75em; diff --git a/src/components/chat/chat.vue b/src/components/chat/chat.vue index 57158abad..dfd197e56 100644 --- a/src/components/chat/chat.vue +++ b/src/components/chat/chat.vue @@ -95,6 +95,4 @@ - + + + + + + +