idk
This commit is contained in:
parent
38540f4335
commit
48ae3adb2a
|
|
@ -34,7 +34,7 @@ div>div._1kqi9iq0._1mqalmd1._1mqalmd0:has(textarea):not(._1kqi9iq1) {
|
||||||
border-style: none !important;
|
border-style: none !important;
|
||||||
border-color: #00000000 !important;
|
border-color: #00000000 !important;
|
||||||
background-color: #121820 !important;
|
background-color: #121820 !important;
|
||||||
border-radius: 15px !important;
|
border-radius: 12px !important;
|
||||||
border-width: 0px !important;
|
border-width: 0px !important;
|
||||||
border: hidden;
|
border: hidden;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,27 @@ header.MuiAppBar-root {
|
||||||
border-color: #202730;
|
border-color: #202730;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-style: solid;
|
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 {
|
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-style: none !important;
|
||||||
border-color: #00000000 !important;
|
border-color: #00000000 !important;
|
||||||
background-color: #161c24 !important;
|
background-color: #161c24 !important;
|
||||||
border-radius: 30px !important;
|
border-radius: 12px !important;
|
||||||
border-width: 0px !important;
|
border-width: 0px !important;
|
||||||
border: hidden;
|
border: hidden;
|
||||||
}
|
}
|
||||||
|
|
@ -151,10 +172,14 @@ button._13tt0gb6[data-user-id] {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.MuiBottomNavigation-root {
|
div.MuiBottomNavigation-root {
|
||||||
margin: 12px;
|
margin: 8px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
background-color: #202730 !important;
|
background-color: #202730 !important;
|
||||||
|
border-color: #202730;
|
||||||
|
border-width: 0;
|
||||||
|
border-top-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.prxiv40:has(div.MuiBottomNavigation-root) {
|
div.prxiv40:has(div.MuiBottomNavigation-root) {
|
||||||
|
|
@ -170,13 +195,6 @@ div.MuiPaper-root,
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.MuiBottomNavigation-root {
|
|
||||||
border-color: #202730;
|
|
||||||
border-width: 0;
|
|
||||||
border-top-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.MuiFab-root {
|
button.MuiFab-root {
|
||||||
border-radius: 15px !important;
|
border-radius: 15px !important;
|
||||||
}
|
}
|
||||||
|
|
@ -247,4 +265,8 @@ div:has(> .settings-window__cards-wrapper) {
|
||||||
div.MuiMenu-paper > ul.MuiList-root {
|
div.MuiMenu-paper > ul.MuiList-root {
|
||||||
background-color: #202730 !important;
|
background-color: #202730 !important;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.MuiMenu-paper:has(> ul) {
|
||||||
|
border-radius: 15px !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue