style(settings): remove unnecessary padding from ContentContainer (#10379)

This commit is contained in:
Phantom 2025-09-26 17:50:00 +08:00 committed by Vaayne
parent 26a6ff871f
commit adf10f6ea1

View File

@ -191,7 +191,6 @@ const ContentContainer = styled.div`
flex: 1;
flex-direction: row;
height: calc(100vh - var(--navbar-height));
padding: 1px 0;
`
const SettingMenus = styled(Scrollbar)`