Minor layout fixes (chyron, list of speakers)

- use bold font for names on chyron
- Fix box height for list of speakers view (for normal users in Firefox)
This commit is contained in:
Emanuel Schütze 2019-10-28 11:11:16 +01:00 committed by Sean Engelhardt
parent 8335662e9b
commit 68dad5561e
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
display: table;
width: 100%;
font-size: 14px;
// required since firefox has issues if this view is not in edit mode
height: 1px;
min-height: 50px;
margin-bottom: 5px;

View File

@ -3,6 +3,6 @@
color: data.data.font_color}">
<span id="inner">
{{ data.data.current_speaker }}
<b>{{ data.data.current_speaker }}</b>
</span>
</div>