mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Merge pull request #616 from Stremio/fix-modal-dialog-styles
fix: modal dialog styles
This commit is contained in:
commit
328f57662a
2 changed files with 3 additions and 4 deletions
|
|
@ -210,7 +210,7 @@
|
|||
}
|
||||
|
||||
.share-prompt {
|
||||
width: 24rem;
|
||||
width: 30rem;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @minimum) {
|
||||
|
|
@ -242,6 +242,6 @@
|
|||
}
|
||||
|
||||
.share-prompt {
|
||||
width: 100%;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
|
@ -41,6 +41,7 @@
|
|||
height: 3rem;
|
||||
padding: 0.5rem;
|
||||
border-radius: var(--border-radius);
|
||||
z-index: 2;
|
||||
|
||||
.icon {
|
||||
display: block;
|
||||
|
|
@ -66,8 +67,6 @@
|
|||
.modal-dialog-content {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
.title-container {
|
||||
flex: 1 0 auto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue