Fixed showcase modal again

This commit is contained in:
Asaf Gartner 2023-01-03 00:20:43 +02:00
parent 77ac6d4200
commit 620533784a
2 changed files with 2 additions and 0 deletions

View File

@ -9469,6 +9469,7 @@ span.icon-rss::before {
max-width: 100%; }
@media screen and (min-width: 30em) {
.timeline-modal .container {
width: auto;
max-width: calc(100% - 2rem);
max-height: calc(100vh - 2rem); } }

View File

@ -45,6 +45,7 @@
max-width: 100%;
@media #{$breakpoint-not-small} {
width: auto;
max-width: calc(100% - 2rem);
max-height: calc(100vh - 2rem);
}