Skip to content

Commit 70a7ec8

Browse files
committed
Display sponsors in schedule full screen mode
1 parent 5bc1770 commit 70a7ec8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

styles/styles.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,3 +315,21 @@ main .usercentrics-loading-spinner {
315315
width: 100%;
316316
height: 100%;
317317
}
318+
319+
body.fullscreen .aside-bar-section {
320+
position: absolute;
321+
top: 0;
322+
right: -70px;
323+
}
324+
325+
body.fullscreen .social-teaser-wrapper {
326+
display: none;
327+
}
328+
329+
body.fullscreen {
330+
overflow-x: hidden;
331+
}
332+
333+
body.fullscreen .schedule .tab-navigation {
334+
display: none;
335+
}

0 commit comments

Comments
 (0)