mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
feat(header): new glass header on channel view
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user