Compare commits

...

2 Commits

Author SHA1 Message Date
Asaf Gartner 620533784a Fixed showcase modal again 2023-01-03 00:20:43 +02:00
Asaf Gartner 77ac6d4200 Fixed timeline item css in jam page and showcase modal 2023-01-03 00:16:25 +02:00
3 changed files with 7 additions and 3 deletions

View File

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

View File

@ -42,9 +42,11 @@
.timeline-modal {
.container {
max-height: 100vh;
max-width: 100%;
@media #{$breakpoint-not-small} {
width: auto;
width: auto;
max-width: calc(100% - 2rem);
max-height: calc(100vh - 2rem);
}
}

View File

@ -22,7 +22,7 @@
<div class="section bg-black-20 pt4 pb3 pb4-ns">
<div class="mw8 margin-center ph3 ph4-l flex flex-column flex-row-ns g3">
<div class="flex-grow-1">
<div class="flex-grow-1 overflow-hidden">
{{ if eq .DaysUntilEnd 0 }}
<h3 class="mt0 mb3">Project updates</h3>
{{ else }}