mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: min-width of the content
This commit is contained in:
parent
2d7dc05ab6
commit
5c4d74c575
2 changed files with 2 additions and 1 deletions
|
|
@ -210,7 +210,7 @@
|
|||
}
|
||||
|
||||
.share-prompt {
|
||||
width: 24rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @minimum) {
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 80%;
|
||||
min-width: 30%;
|
||||
max-height: 80%;
|
||||
padding: 0 2rem;
|
||||
border-radius: var(--border-radius);
|
||||
|
|
|
|||
Loading…
Reference in a new issue