Skip to content

Commit

Permalink
chore: change calendar header toolbar layout for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalsem committed May 23, 2023
1 parent b751668 commit 7e7855f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions views/default/css/event_manager.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,24 @@
}
}

@media screen and (max-width: 600px) {
#event-manager-event-calendar .fc-header-toolbar {
flex-wrap: wrap;

> .fc-toolbar-chunk {
&:nth-child(2) {
order: 1;
width: 100%;
text-align: center;
}

> :not(:first-child) {
margin-left: 0.25em;
}
}
}
}

.event-manager-view-registration-details {
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 7e7855f

Please sign in to comment.