From 68c9f8e4061b1ada414c7e9e06f4dadbefe7b764 Mon Sep 17 00:00:00 2001 From: tabuna <5102591+tabuna@users.noreply.github.com> Date: Sat, 18 Jan 2025 22:25:08 +0000 Subject: [PATCH] Fixed code style --- resources/css/docs.scss | 1 - resources/css/highlight.scss | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/docs.scss b/resources/css/docs.scss index 5a4f8ff2..5267f8b6 100644 --- a/resources/css/docs.scss +++ b/resources/css/docs.scss @@ -401,7 +401,6 @@ main, } } - .doc-navigation { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ diff --git a/resources/css/highlight.scss b/resources/css/highlight.scss index 83c14c64..85938f58 100644 --- a/resources/css/highlight.scss +++ b/resources/css/highlight.scss @@ -62,7 +62,8 @@ pre { color: #d2cdea; } - .hl-addition, .hl-deletion { + .hl-addition, + .hl-deletion { display: inline-block; }