Increase action button font size

This commit is contained in:
PizZaKatZe 2021-03-11 23:21:43 +01:00 committed by Thomas Basler
parent 1b7de47e1b
commit eb829bce58
2 changed files with 2 additions and 2 deletions

View File

@ -794,7 +794,7 @@ export class GameScene extends DirtyScene implements CenterListener {
if(jitsiTriggerValue && jitsiTriggerValue === ON_ACTION_TRIGGER_BUTTON) { if(jitsiTriggerValue && jitsiTriggerValue === ON_ACTION_TRIGGER_BUTTON) {
let message = allProps.get(JITSI_MESSAGE_PROPERTIES); let message = allProps.get(JITSI_MESSAGE_PROPERTIES);
if (message === undefined) { if (message === undefined) {
message = 'Press SPACE or touch here to enter Jitsi Meet room'; message = 'Press SPACE or touch here to enter video conference';
} }
layoutManager.addActionButton('jitsiRoom', message.toString(), () => { layoutManager.addActionButton('jitsiRoom', message.toString(), () => {
openJitsiRoomFunction(); openJitsiRoomFunction();

View File

@ -1250,7 +1250,7 @@ div.action p.action-body{
padding: 10px; padding: 10px;
background-color: #2d2d2dba; background-color: #2d2d2dba;
color: #fff; color: #fff;
font-size: 14px; font-size: 20px;
font-weight: 500; font-weight: 500;
text-align: center; text-align: center;
max-width: 350px; max-width: 350px;