Skip to content
Snippets Groups Projects
Commit 6a4e871e authored by Moritz Strohm's avatar Moritz Strohm
Browse files

fullcalendar.scss: display header as rows in mobile view, fixes #3880

Closes #3880

Merge request studip/studip!2737
parent 33cbd9c6
No related branches found
No related tags found
No related merge requests found
......@@ -236,11 +236,19 @@ a.fc-event, td.fc-event {
// Responsive
.responsive-display {
.fc-header-toolbar {
.fc-button-group {
.fc-button {
min-width: 0;
}
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-view-container {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment