From 6c0686677e9a6d5dd2e45fc5a7e92fd5c71a0885 Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Wed, 20 Aug 2025 19:33:30 +0300 Subject: [PATCH] Improve formatting --- frontend/src/css/_panelchat.scss | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/frontend/src/css/_panelchat.scss b/frontend/src/css/_panelchat.scss index a5f2de9..b0c7eb6 100644 --- a/frontend/src/css/_panelchat.scss +++ b/frontend/src/css/_panelchat.scss @@ -20,19 +20,23 @@ height: 100vh; width: 27%; background-color: $color-dark-surface-container; - .profileheader{ + + .profileheader { display: flex; gap: 200px; - p{ + + p { color: white; } - a{ + + a { text-decoration: none; color: white; border: solid 2px $color-dark-on-surface-variant; padding: 5px; border-radius: 10px; - &:hover{ + + &:hover { background-color: rgba(255, 255, 255, 0.241); } } @@ -141,12 +145,14 @@ top: 95%; left: 0.5%; gap: 10px; + a { text-decoration: none; color: $color-dark-on-surface-variant; border: solid 2px $color-dark-on-surface-variant; padding: 5px; border-radius: 10px; + &:hover { background-color: rgba(255, 255, 255, 0.241); }