mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-26 04:23:00 +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;
|
height: 3rem;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
|
z-index: 2;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
@ -68,6 +69,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 0 1rem;
|
||||||
|
|
||||||
.title-container {
|
.title-container {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue