From 48ae3adb2aae62861e329b8b25d44cd2f6817415 Mon Sep 17 00:00:00 2001 From: OfficialDakari Date: Sat, 22 Mar 2025 21:41:14 +0500 Subject: [PATCH] idk --- MonetDark/AMOLED.css | 2 +- MonetDark/MonetDark.css | 42 +++++++++++++++++++++++++++++++---------- 2 files changed, 33 insertions(+), 11 deletions(-) diff --git a/MonetDark/AMOLED.css b/MonetDark/AMOLED.css index 29b99fa..f4be41a 100644 --- a/MonetDark/AMOLED.css +++ b/MonetDark/AMOLED.css @@ -34,7 +34,7 @@ div>div._1kqi9iq0._1mqalmd1._1mqalmd0:has(textarea):not(._1kqi9iq1) { border-style: none !important; border-color: #00000000 !important; background-color: #121820 !important; - border-radius: 15px !important; + border-radius: 12px !important; border-width: 0px !important; border: hidden; } diff --git a/MonetDark/MonetDark.css b/MonetDark/MonetDark.css index 95751e7..923d1cd 100644 --- a/MonetDark/MonetDark.css +++ b/MonetDark/MonetDark.css @@ -16,6 +16,27 @@ header.MuiAppBar-root { border-color: #202730; border-width: 0; border-style: solid; + margin: 8px; + width: calc(100% - 16px); + border-radius: 12px !important; +} + +div.profile-editor { + border-radius: 12px; + margin: 8px; +} + +div:has(> div.settings-window__sidebar) > div._1yan8dd1._1mqalmd1._1mqalmd0._1yan8dd3._1yan8ddc._1yan8ddd { + display: none; +} + +.MuiDialog-paper { + border-radius: 18px; +} + +header.MuiAppBar-root:not(.appbar__has-banner) > .MuiToolbar-root { + background-color: #202730 !important; + border-radius: 12px !important; } header.MuiAppBar-root:has(input) .css-jh1ekw { @@ -35,7 +56,7 @@ div > div._1kqi9iq0._1mqalmd1._1mqalmd0:has(textarea):not(._1kqi9iq1) { border-style: none !important; border-color: #00000000 !important; background-color: #161c24 !important; - border-radius: 30px !important; + border-radius: 12px !important; border-width: 0px !important; border: hidden; } @@ -151,10 +172,14 @@ button._13tt0gb6[data-user-id] { } div.MuiBottomNavigation-root { - margin: 12px; + margin: 8px; margin-top: 0; border-radius: 12px; background-color: #202730 !important; + border-color: #202730; + border-width: 0; + border-top-width: 1px; + border-style: solid; } div.prxiv40:has(div.MuiBottomNavigation-root) { @@ -170,13 +195,6 @@ div.MuiPaper-root, box-shadow: none; } -div.MuiBottomNavigation-root { - border-color: #202730; - border-width: 0; - border-top-width: 1px; - border-style: solid; -} - button.MuiFab-root { border-radius: 15px !important; } @@ -247,4 +265,8 @@ div:has(> .settings-window__cards-wrapper) { div.MuiMenu-paper > ul.MuiList-root { background-color: #202730 !important; border-radius: 15px; -} \ No newline at end of file +} + +div.MuiMenu-paper:has(> ul) { + border-radius: 15px !important; +}