Skip to content

Commit

Permalink
UX: Update mobile event styling (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
janzenisaac committed Jun 5, 2024
1 parent 196646e commit f357c7f
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions assets/stylesheets/mobile/discourse-post-event.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.event-header,
.event-actions,
.event-dates {
padding: 0 0.5em;
padding: 0 0.3em;
}

.event-dates {
Expand All @@ -20,21 +20,32 @@
width: 100%;
display: flex;
justify-content: space-between;

button {
padding: 0 0.6em;
height: 2.5em;
}
}
}

.event-invitees-status {
font-size: var(--font-down-1);
}

.event-invitees .event-invitees-avatars .topic-invitee-avatar .avatar-flair {
background: none;
border-radius: 50%;
height: 12px;
width: 12px;
border: none;
right: -2px;
bottom: -2px;
.event-invitees {
.show-all span {
width: max-content;
}

.event-invitees-avatars .topic-invitee-avatar .avatar-flair {
background: none;
border-radius: 50%;
height: 12px;
width: 12px;
border: none;
right: -2px;
bottom: -2px;
}
}

.creators {
Expand Down

0 comments on commit f357c7f

Please sign in to comment.