mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: modal dialog styles
+ close button fix
This commit is contained in:
parent
51171f1c34
commit
2d7dc05ab6
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
height: 3rem;
|
||||
padding: 0.5rem;
|
||||
border-radius: var(--border-radius);
|
||||
z-index: 2;
|
||||
|
||||
.icon {
|
||||
display: block;
|
||||
|
|
@ -68,6 +69,7 @@
|
|||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0 1rem;
|
||||
|
||||
.title-container {
|
||||
flex: 1 0 auto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue