mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
fix: modal size
This commit is contained in:
parent
4a88d7a494
commit
130f0c9cb8
2 changed files with 5 additions and 5 deletions
|
|
@ -210,7 +210,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.share-prompt {
|
.share-prompt {
|
||||||
width: 100%;
|
width: 30rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: @minimum) {
|
@media only screen and (max-width: @minimum) {
|
||||||
|
|
@ -240,4 +240,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.share-prompt {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -15,7 +15,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
min-width: 30%;
|
|
||||||
max-height: 80%;
|
max-height: 80%;
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
|
|
@ -68,9 +67,6 @@
|
||||||
.modal-dialog-content {
|
.modal-dialog-content {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
padding: 0 1rem;
|
|
||||||
|
|
||||||
.title-container {
|
.title-container {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue