aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/35c3
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/35c3')
-rw-r--r--configs/conferences/35c3/config.php2
-rw-r--r--configs/conferences/35c3/main.less12
2 files changed, 13 insertions, 1 deletions
diff --git a/configs/conferences/35c3/config.php b/configs/conferences/35c3/config.php
index 58fb75d..72cb73f 100644
--- a/configs/conferences/35c3/config.php
+++ b/configs/conferences/35c3/config.php
@@ -556,7 +556,7 @@ $CONFIG['ROOMS'] = array(
'wikipakawg' => array(
'DISPLAY' => 'WikiPakaWG Esszimmer',
'STREAM' => 'swikipakawg', # TODO check with streaming config
- 'PREVIEW' => false,
+ 'PREVIEW' => true,
'TRANSLATION' => [
],
'SD_VIDEO' => true,
diff --git a/configs/conferences/35c3/main.less b/configs/conferences/35c3/main.less
index 1671a13..b221101 100644
--- a/configs/conferences/35c3/main.less
+++ b/configs/conferences/35c3/main.less
@@ -274,6 +274,18 @@ div.row.recordings div:nth-child(3) .panel {
}
}
+ .room:not(.has-preview) {
+ .panel-body {
+ .program-schedule {
+ span.t {
+ // make text in non-preview panels fullwidth or otherwise
+ // they stick together like rice
+ display: block;
+ }
+ }
+ }
+ }
+
.recordings {
h2 {
span {