From db11b28636bdc9aca295a66d8705e8b5af84739e Mon Sep 17 00:00:00 2001 From: Sven Reimers Date: Mon, 2 Oct 2023 15:47:18 +0200 Subject: [PATCH] Adapt positioning of cinema views to not cover the devoxx logo (#41) --- cinema/src/main/resources/tweetwallConfig.json | 8 ++++---- exhibition/src/main/resources/tweetwall.css | 2 +- hallway/src/main/resources/tweetwall.css | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cinema/src/main/resources/tweetwallConfig.json b/cinema/src/main/resources/tweetwallConfig.json index 52d89e8..4ee79af 100644 --- a/cinema/src/main/resources/tweetwallConfig.json +++ b/cinema/src/main/resources/tweetwallConfig.json @@ -19,7 +19,7 @@ "stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowSchedule", "config": { "layoutX": 35, - "layoutY": 215, + "layoutY": 165, "width": 1860, "sessionHeight": 200, "showAvatar": true, @@ -54,7 +54,7 @@ "stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowTopRated", "config": { "layoutX": 35, - "layoutY": 215, + "layoutY": 165, "width": 800, "talkHeight": 125, "talkVGap": 5, @@ -81,7 +81,7 @@ "stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowSchedule", "config": { "layoutX": 35, - "layoutY": 215, + "layoutY": 165, "width": 1860, "sessionHeight": 200, "showAvatar": true, @@ -116,7 +116,7 @@ "stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowTopRated", "config": { "layoutX": 35, - "layoutY": 215, + "layoutY": 165, "width": 800, "talkHeight": 125, "talkVGap": 5, diff --git a/exhibition/src/main/resources/tweetwall.css b/exhibition/src/main/resources/tweetwall.css index 494ab4f..bb57cfc 100644 --- a/exhibition/src/main/resources/tweetwall.css +++ b/exhibition/src/main/resources/tweetwall.css @@ -173,7 +173,7 @@ -fx-font-size: 10pt; } -.scheduleSession > .sessionBottomPane > .centerFlow .emojiFlow { +.scheduleSession .emojiFlow { -fx-fill: blanchedalmond; -fx-font-size: 15pt; -fx-font-weight: bold; diff --git a/hallway/src/main/resources/tweetwall.css b/hallway/src/main/resources/tweetwall.css index bb9b852..0c9d3bf 100644 --- a/hallway/src/main/resources/tweetwall.css +++ b/hallway/src/main/resources/tweetwall.css @@ -173,7 +173,7 @@ -fx-font-size: 10pt; } -.scheduleSession > .sessionBottomPane > .centerFlow .emojiFlow { +.scheduleSession .emojiFlow { -fx-fill: blanchedalmond; -fx-font-size: 15pt; -fx-font-weight: bold;