mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-26 15:32:11 -05:00
feat(typindicator): added glass effect
This commit is contained in:
parent
45762e4bf6
commit
94520bf064
1 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,11 @@ const Base = styled.div`
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
width: calc(100% - var(--scrollbar-thickness));
|
width: calc(100% - var(--scrollbar-thickness));
|
||||||
color: var(--secondary-foreground);
|
color: var(--secondary-foreground);
|
||||||
background: var(--secondary-background);
|
background-color: rgba(
|
||||||
|
var(--primary-header-rgb),
|
||||||
|
max(var(--min-opacity), 0.75)
|
||||||
|
);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatars {
|
.avatars {
|
||||||
|
|
Loading…
Reference in a new issue