mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 23:50:42 +00:00
restore
This commit is contained in:
parent
4107366094
commit
450229a40f
3 changed files with 4 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue