Hide buttons when split screen is opened, to avoid ugly wrapping

pull/10168/head
Henriette Darge 3 years ago
parent d34fed8232
commit 05d5b2ce18
  1. 8
      frontend/src/global_styles/content/modules/_team_planner.sass

@ -4,6 +4,14 @@
#content
height: 100%
&.router--work-packages-partitioned-split-view-details,
&.router--work-packages-partitioned-split-view-new
full-calendar.op-team-planner--calendar .fc-header-toolbar
.fc-resourceTimelineWeek-button,
.fc-resourceTimelineTwoWeeks-button,
.fc-today-button
display: none
.op-team-planner
&--calendar_empty
.fc-scrollgrid-section-body,

Loading…
Cancel
Save