inline emoji picker fix
This commit is contained in:
parent
d33583484e
commit
cb9ee0fba4
1 changed files with 7 additions and 5 deletions
12
denden.css
12
denden.css
|
|
@ -447,7 +447,7 @@
|
|||
}
|
||||
/* Reset default backgrounds */
|
||||
[class*="chatGradient"],
|
||||
[class*="channelTextArea"] > div,
|
||||
[class*="channelTextArea"] > [class*="themedBackground"],
|
||||
nav[aria-label="Private channels"] {
|
||||
background: unset;
|
||||
}
|
||||
|
|
@ -479,7 +479,7 @@
|
|||
}
|
||||
}
|
||||
/* Primary buttons */
|
||||
:is([class*="primary"][role="button"], button):not(span button, [aria-label="User area"] button, [class*="videoControls"] *) /* Doesn't apply to: Text buttons, Mute/Deafen, User settings buttons, Voice call buttons */ {
|
||||
:is([class*="primary"][role="button"], button):not(span button, [aria-label="User area"] button, [class*="videoControls"] *) /* Doesn't apply to: Text buttons, Mute/Deafen, User settings buttons */ {
|
||||
color: var(--neutral-1);
|
||||
border: 1px solid var(--neutral-30);
|
||||
background-image: linear-gradient(var(--neutral-80), var(--neutral-40));
|
||||
|
|
@ -572,7 +572,8 @@
|
|||
}
|
||||
/* Animated gel background */
|
||||
[aria-label="Servers sidebar"],
|
||||
[data-fullscreen] [class*="bar"] > [class*="title"] /* Title bar */ {
|
||||
[data-fullscreen] [class*="bar"] > [class*="title"], /* Title bar */
|
||||
[class*="callContainer"] > div /* Call background */ {
|
||||
background-image: linear-gradient(#012f, #0205), var(--bubble1),
|
||||
var(--bubble2);
|
||||
background-size: auto, auto, auto;
|
||||
|
|
@ -583,7 +584,8 @@
|
|||
}
|
||||
.theme-dark:not(.reduce-motion) {
|
||||
[aria-label="Servers sidebar"],
|
||||
[data-fullscreen] [class*="bar"] > [class*="title"] /* Title bar */ {
|
||||
[data-fullscreen] [class*="bar"] > [class*="title"],
|
||||
[class*="callContainer"]>div {
|
||||
animation: bgpomo 16s infinite linear;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue