Skip to content
Snippets Groups Projects
Commit 58044c03 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


(cherry picked from commit 6a4e871e)

442feb57 fullcalendar.scss: display header as rows in mobile view
2b4524e0 Apply 3 suggestion(s) to 1 file(s)
parent 403eee2a
Branches
No related tags found
No related merge requests found
...@@ -236,11 +236,19 @@ a.fc-event, td.fc-event { ...@@ -236,11 +236,19 @@ a.fc-event, td.fc-event {
// Responsive // Responsive
.responsive-display { .responsive-display {
.fc-header-toolbar { .fc-header-toolbar {
.fc-button-group { flex-direction: column;
.fc-button {
min-width: 0; .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 { .fc-view-container {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment