Skip to content

Commit

Permalink
Fix display of sponsor logos in schedule screen view
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Oct 21, 2024
1 parent 70a7ec8 commit 745bf8a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
4 changes: 4 additions & 0 deletions blocks/schedule/schedule.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@
body.fullscreen .schedule {
margin-top: 10px;
}

body.fullscreen .schedule .tab-navigation {
display: none;
}
4 changes: 4 additions & 0 deletions blocks/social-teaser/social-teaser.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
width: 100%;
vertical-align: middle;
}

body.fullscreen .social-teaser-wrapper {
display: none;
}
19 changes: 3 additions & 16 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,20 +316,7 @@ main .usercentrics-loading-spinner {
height: 100%;
}

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

body.fullscreen .social-teaser-wrapper {
display: none;
body.fullscreen main .section.aside-bar-section {
grid-column: 6;
grid-row: 2 / 999;
}

body.fullscreen {
overflow-x: hidden;
}

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

0 comments on commit 745bf8a

Please sign in to comment.