Skip to content

Commit

Permalink
Schedule: Add track location label for campfire on large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Aug 20, 2024
1 parent 283c4d1 commit 4ff2922
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion css/includes/schedule.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,19 @@ body.single-wcb_session {
}
}

&.is-spanning-all-tracks:not(.is-type-custom)::before {
&.is-spanning-all-tracks:not(.is-type-custom,.has-track-5-campfire)::before {
display: inline-block;
margin-block-end: 4px;
font-size: 1em;
content: "Mt Hood";
}

&.has-track-5-campfire::before {
display: inline-block;
margin-block-end: 4px;
font-size: 1em;
content: "WordCamp US Lounge";
}
}

& .wordcamp-schedule__session-title {
Expand Down
9 changes: 8 additions & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ff2922

Please sign in to comment.