mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-04-02 14:14:35 +00:00
Partially revert "adjust sizing for room timer"
This reverts commit b07745b2ea
.
Turns out if we have bigger font size longer talk titles no longer fit.
This commit is contained in:
parent
b07745b2ea
commit
5613bf5acb
1 changed files with 3 additions and 3 deletions
|
@ -89,18 +89,18 @@ body {
|
|||
}
|
||||
|
||||
#broadcast_tools_room_timer_title {
|
||||
font-size: 10vh;
|
||||
font-size: 8vh;
|
||||
margin-bottom: 0.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#broadcast_tools_room_timer_speaker {
|
||||
font-size: 8vh;
|
||||
font-size: 6vh;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#broadcast_tools_room_timer_scheduledata {
|
||||
font-size: 5vh;
|
||||
font-size: 3vh;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue