From 7ea2ba51cf6f47fbd37919f981ec2b2b829346b9 Mon Sep 17 00:00:00 2001 From: Paulo Pinto Date: Thu, 30 Nov 2023 15:47:22 +0000 Subject: [PATCH] Don't show the back button in the login screen --- frontend/iframe/styles/theme/theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/iframe/styles/theme/theme.css b/frontend/iframe/styles/theme/theme.css index d8d8c6b..3620482 100644 --- a/frontend/iframe/styles/theme/theme.css +++ b/frontend/iframe/styles/theme/theme.css @@ -44,6 +44,11 @@ body { display: none !important; } +/* Don't show the back button in the login screen. */ +.LoginView_back { + display: none !important; +} + /* Remove horizontal scrollbars in pre-session screen. */ @media screen and (min-width: 600px) { .PreSessionScreen {