Skip to content

Commit b991351

Browse files
committed
Hide the empty session box on small screens
1 parent a50e00f commit b991351

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

css/includes/schedule.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,20 @@ body.single-wcb_session {
118118
}
119119
}
120120

121-
&.has-category-hidden > * {
122-
display: none !important;
121+
&.has-category-hidden {
122+
@media (max-width: 1000px) {
123+
padding: 0;
124+
outline: none;
125+
}
126+
127+
&::before {
128+
content: "" !important;
129+
display: none !important;
130+
}
131+
132+
& > * {
133+
display: none !important;
134+
}
123135
}
124136

125137
&::before {

style.css

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)