From 68ac96c1e4447ca78a34b69c79cdfcc87ccf6ab6 Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Thu, 4 Sep 2025 21:04:47 +0300 Subject: [PATCH] Improve styles --- frontend/src/resources/css/_chat.scss | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/frontend/src/resources/css/_chat.scss b/frontend/src/resources/css/_chat.scss index 8c39343..1b8f8c9 100644 --- a/frontend/src/resources/css/_chat.scss +++ b/frontend/src/resources/css/_chat.scss @@ -414,7 +414,6 @@ .context-menu { position: fixed; background: $color-dark-surface; - border: 1px solid $color-dark-outline; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); padding: 0.5rem 0; @@ -439,14 +438,5 @@ font-size: 1.1rem; color: $color-dark-on-surface-variant; } - - &:first-child { - border-radius: 8px 8px 0 0; - } - - &:last-child { - border-radius: 0 0 8px 8px; - } } -} - +} \ No newline at end of file