Merge branch 'fixes'

This commit is contained in:
Thomas Citharel 2021-06-14 16:14:43 +02:00
commit a3f2ed98e2
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
3 changed files with 8 additions and 3 deletions

View File

@ -35,7 +35,7 @@ div.eventMetadataBlock {
overflow: hidden;
&.padding-left {
padding-left: 20px;
padding: 0 20px;
}
}
}

View File

@ -24,7 +24,7 @@ export default class LazyImageWrapper extends Vue {
get pictureOrDefault(): Partial<IMedia> {
return {
url:
this?.picture?.url === null
this?.picture === null
? "/img/mobilizon_default_card.png"
: this?.picture?.url,
metadata: {

View File

@ -1395,7 +1395,7 @@ div.sidebar {
position: sticky;
background: white;
top: 50px;
padding: 2rem;
padding: 1rem;
}
div.address-wrapper {
@ -1513,6 +1513,11 @@ div.sidebar {
.more-events {
background: white;
padding: 1rem 1rem 4rem;
& > .title {
font-size: 1.5rem;
}
}
.dropdown .dropdown-trigger span {