This commit is contained in:
Timothy Z. 2026-04-28 11:48:06 +03:00
parent 4107366094
commit 450229a40f
3 changed files with 4 additions and 2 deletions

View file

@ -214,7 +214,7 @@
align-self: stretch;
width: 29rem;
padding: 2rem 2.5rem;
border-radius: var(--border-radius) 0 0 0;
border-radius: var(--border-radius) 0 0 var(--border-radius);
background-color: var(--modal-background-color);
}
}

View file

@ -102,7 +102,7 @@
.videos-list, .streams-list {
flex: 0 0 30rem;
align-self: stretch;
border-radius: var(--border-radius) 0 0 0;
border-radius: var(--border-radius) 0 0 var(--border-radius);
background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(15px);
}

View file

@ -18,6 +18,8 @@
max-width: 35rem;
overflow-y: auto;
position: relative;
border-top-left-radius: var(--border-radius);
border-bottom-left-radius: var(--border-radius);
background-color: var(--modal-background-color);
box-shadow: 0 1.35rem 2.7rem var(--color-background-dark5-40), 0 1.1rem 0.85rem var(--color-background-dark5-20);
backdrop-filter: blur(15px);