feat(header): new glass header on channel view

This commit is contained in:
trashtemp
2021-12-26 22:26:27 +01:00
parent b607c14c3b
commit 4e43ff72be
6 changed files with 28 additions and 1 deletions

View File

@@ -31,7 +31,13 @@ const Header = styled.div<Props>`
align-items: center;
background-size: cover !important;
background-position: center !important;
background-color: var(--primary-header);
//background-color: var(--primary-header);
background-color: rgba(54, 54, 54, 0.75);
backdrop-filter: blur(10px);
z-index: 20;
position: absolute;
width: 100%;
/*> div {
text-overflow: ellipsis;