backlog
This commit is contained in:
parent
e731cc81ef
commit
5789a382d1
4 changed files with 25 additions and 10 deletions
|
@ -126,15 +126,16 @@
|
|||
.theme-light {
|
||||
--font-primary: "Inter Display", "Sarasa Gothic CL", "Noto Sans", "Twemoji Mozilla", sans-serif !important;
|
||||
--font-display: "Inter Display", "Sarasa Gothic CL", "Noto Sans", "Twemoji Mozilla", sans-serif !important;
|
||||
--font-code: "Agave", "Sarasa Mono CL", "Noto Sans Mono", "Sazanami Gothic", "UnifontExMono", "Unifont", "Iosevka Term", "PragmataPro Mono", monospace !important;
|
||||
--font-code: "Agave", "Sarasa Mono CL", "Noto Sans Mono", "Sazanami Gothic", "UnifontExMono", "Unifont",
|
||||
"Iosevka Term", "PragmataPro Mono", monospace !important;
|
||||
|
||||
--_font-titlebars: var(--font-primary) !important;
|
||||
|
||||
--font-weight-normal: 300 !important;
|
||||
/*--font-weight-normal: 300 !important;
|
||||
--font-weight-medium: 400 !important;
|
||||
--font-weight-semibold: 500 !important;
|
||||
--font-weight-bold: 600 !important;
|
||||
--font-weight-extrabold: 700 !important;
|
||||
--font-weight-extrabold: 700 !important;*/
|
||||
}
|
||||
|
||||
[class*="menu_"] [class^="item_"],
|
||||
|
|
|
@ -66,14 +66,11 @@ nav[class*="guilds_"] [class^="itemsContainer_"] > [class^="footer_"] {
|
|||
.mediaControls {
|
||||
padding: 4px;
|
||||
/* padding-bottom: 0.5rem;*/
|
||||
margin: 0;
|
||||
|
||||
.visual-refresh & {
|
||||
height: unset !important;
|
||||
}
|
||||
|
||||
.mediaControls-controls {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
[class^="panels_"] [class^="lottieIcon_"] {
|
||||
|
@ -200,7 +197,7 @@ nav[class*="guilds_"] [class^="itemsContainer_"] > [class^="footer_"] {
|
|||
}
|
||||
|
||||
// google ruining selector performance ughghghgh
|
||||
@import url("https://surgedevs.github.io/visual-refresh-compact-title-bar/browser.css");
|
||||
//@import url("https://chloecinders.github.io/visual-refresh-compact-title-bar/browser.css");
|
||||
/*.platform-linux.visual-refresh {
|
||||
--vr-header-snippet-top: 0px;
|
||||
--vr-header-snippet-server-padding: 16px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
html:not(.visual-refresh-chat-input) {
|
||||
html:not(.visual-refresh-chat-input):not(.align-chat-input) {
|
||||
[class*="chat_"] [class*="chatContent_"] form {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
|
@ -146,3 +146,12 @@ html:not(.visual-refresh-chat-input) {
|
|||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
.align-chat-input {
|
||||
div[class^="messagesWrapper_"] div[class^="scrollerSpacer_"] {
|
||||
height: var(--space-16) !important;
|
||||
}
|
||||
main[class^="chatContent_"] > form {
|
||||
margin-top: 24px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
--custom-theme-background: transparent !important;
|
||||
|
||||
--background-base-low: transparent;
|
||||
--background-base-lower: transparent;
|
||||
--background-base-lowest: transparent;
|
||||
--theme-base-color: transparent;
|
||||
--theme-base-color-amount: 50%;
|
||||
|
@ -59,6 +61,8 @@ nav[class*="guilds_"],
|
|||
display: none;
|
||||
}
|
||||
|
||||
div[class^="accountCardPanel_"],
|
||||
section[class^="panels_"],
|
||||
[class^="cardHeader_"] {
|
||||
background-color: rgba(10, 10, 10, 0.5) !important;
|
||||
}
|
||||
|
@ -68,8 +72,12 @@ nav[class*="guilds_"],
|
|||
background-color: rgba(10, 10, 10, 0.8) !important;
|
||||
}
|
||||
[class^="tooltip_"],
|
||||
[id^="popout_"][class*="layer_"],
|
||||
/*[id^="popout_"][class*="layer_"],*/
|
||||
[class^="channelTextArea_"] > [class^="autocomplete_"] {
|
||||
backdrop-filter: blur(8px);
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
div[class^="sidebarList_"] {
|
||||
backdrop-filter: none !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue