From 1dd8d32acf4e1e4a4dfd6a03d9f80f1aaa58f0d8 Mon Sep 17 00:00:00 2001 From: Chneemann Date: Fri, 11 Apr 2025 11:27:33 +0200 Subject: [PATCH] fix: adjust layout of ContactDetailComponent for responsive SidebarComponent resizing --- src/app/components/contacts/contacts.component.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/app/components/contacts/contacts.component.scss b/src/app/components/contacts/contacts.component.scss index e3fd019..5606029 100644 --- a/src/app/components/contacts/contacts.component.scss +++ b/src/app/components/contacts/contacts.component.scss @@ -43,6 +43,7 @@ box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.1); overflow: auto; } + .right-frame { position: fixed; top: 96px; @@ -154,6 +155,16 @@ /*------------- RESPONSIVE -------------*/ +@media screen and (max-width: 1440px) { + .left-frame { + left: 60px; + } + + .right-frame { + left: 460px; + } +} + @media screen and (max-width: 1150px) { .left-frame { right: 0;