Skip to content

Commit

Permalink
Display sponsors in schedule full screen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Oct 21, 2024
1 parent 5bc1770 commit 9a2a209
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,21 @@ main .usercentrics-loading-spinner {
width: 100%;
height: 100%;
}

body.fullscreen .aside-bar-section {
position: absolute;
top: 0;
right: -70px;
}

body.fullscreen .social-teaser-wrapper {
display: none;
}

body.fullscreen {
overflow-x: hidden;
}

body.fullscreen .schedule .tab-navigation {
display: none;
}

0 comments on commit 9a2a209

Please sign in to comment.