From 972e698528f2519da82078c965e498d5bbef63fe Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 27 Jul 2023 00:03:28 +0000 Subject: [PATCH] fix style --- packages/app/src/pages/account/index.less | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/app/src/pages/account/index.less b/packages/app/src/pages/account/index.less index d843b271..988daabf 100755 --- a/packages/app/src/pages/account/index.less +++ b/packages/app/src/pages/account/index.less @@ -125,7 +125,7 @@ .content { height: 100%; - width: 50%; + width: 100%; .fade-opacity-active { height: 100%; @@ -146,7 +146,13 @@ height: fit-content; width: fit-content; + min-width: 15%; + justify-self: center; + + .ant-menu-item-selected { + background-color: var(--background-color-primary)!important; + } } } @@ -159,7 +165,7 @@ @media (max-width: 1720px) { .panels { .content { - width: 53%; + width: 60%; } .leftPanel { @@ -176,6 +182,7 @@ .tabMenuWrapper { width: fit-content; + min-width: 0; top: 0; right: 0;