From 9921eae82b2052bc446e854cec4947f2df24cdc8 Mon Sep 17 00:00:00 2001 From: MiniDigger | Martin Date: Sat, 20 Jul 2024 16:37:45 +0200 Subject: [PATCH] chore: prettier --- frontend/src/assets/css/markdown.scss | 9 +++++++-- frontend/src/components/design/Tooltip.vue | 12 ++++++------ frontend/src/types/backend/README.md | 11 ++++++----- frontend/tsconfig.json | 2 +- 4 files changed, 20 insertions(+), 14 deletions(-) diff --git a/frontend/src/assets/css/markdown.scss b/frontend/src/assets/css/markdown.scss index 9c2e21ef4..094e5010a 100644 --- a/frontend/src/assets/css/markdown.scss +++ b/frontend/src/assets/css/markdown.scss @@ -119,7 +119,7 @@ color: var(--alert-color, #444c56); .dark & > svg { - fill: #E0E6f0; + fill: #e0e6f0; } } } @@ -145,7 +145,12 @@ } summary { - h1, h2, h3, h4, h5, h6 { + h1, + h2, + h3, + h4, + h5, + h6 { display: inline; } } diff --git a/frontend/src/components/design/Tooltip.vue b/frontend/src/components/design/Tooltip.vue index cc8dc7758..a3f139dad 100644 --- a/frontend/src/components/design/Tooltip.vue +++ b/frontend/src/components/design/Tooltip.vue @@ -21,12 +21,12 @@ onErrorCaptured((err) => {