Skip to content
Snippets Groups Projects
Commit 442feb57 authored by Moritz Strohm's avatar Moritz Strohm Committed by Jan-Hendrik Willms
Browse files

fullcalendar.scss: display header as rows in mobile view

parent 33cbd9c6
No related branches found
No related tags found
No related merge requests found
...@@ -236,9 +236,19 @@ a.fc-event, td.fc-event { ...@@ -236,9 +236,19 @@ a.fc-event, td.fc-event {
// Responsive // Responsive
.responsive-display { .responsive-display {
.fc-header-toolbar { .fc-header-toolbar {
flex-direction: column;
.fc-left, .fc-center, .fc-right {
width: 100%;
text-align: center;
}
.fc-left, .fc-center {
margin-bottom: $line-height-computed - $font-size-base;
}
.fc-button-group { .fc-button-group {
.fc-button { .fc-button {
min-width: 0;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment