Merge pull request #616 from Stremio/fix-modal-dialog-styles

fix: modal dialog styles
This commit is contained in:
Tim 2024-03-28 05:59:20 +01:00 committed by GitHub
commit 328f57662a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View file

@ -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;
}
}

View file

@ -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;