Merge branch 'main' of https://git.extera.xyz/OfficialDakari/ExteraThemes
This commit is contained in:
commit
bc919ff70c
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue