From e1b769a1749ad2dbc482b1592d35cd133c2da46f Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 3 Apr 2023 19:47:10 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- public/css/Room.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/public/css/Room.css b/public/css/Room.css index 1765d3e9..20e0fdfa 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -284,12 +284,6 @@ body { cursor: pointer; } -#pitchBarButton, -#soundsButton, -#lobbyButton { - padding: 10px; -} - /*-------------------------------------------------------------- # Settings Table --------------------------------------------------------------*/ @@ -313,6 +307,10 @@ th { background-color: #2b2b2b; } +#sessionTime { + float: right; +} + /*-------------------------------------------------------------- # Style the tab --------------------------------------------------------------*/