From f71f460d363c0df4a9c3cadb6e3a3ef0b513b272 Mon Sep 17 00:00:00 2001 From: Prathmesh Bhardwaj Date: Wed, 14 Aug 2024 23:13:18 +0530 Subject: [PATCH] This pr fixesoverflow #2850 Signed-off-by: Prathmesh Bhardwaj --- assets/css/login.css | 28 ++-------------------------- index.html | 2 +- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/assets/css/login.css b/assets/css/login.css index bf5f5fa1..01f6aaad 100644 --- a/assets/css/login.css +++ b/assets/css/login.css @@ -543,32 +543,8 @@ input[type="password"]::-ms-reveal { border: #d26d6d 2px solid; } -#translateButton { - position: fixed; - bottom: 15px; - right: 40px; - z-index: 1000; - width: 53px; - height: 53px; - border-radius: 50%; - border: none; - background: linear-gradient(hwb(357 6% 36%), #d26d6d); - color: white; - text-align: center; - display: inline-block; - font-size: 16px; - cursor: pointer; - display: flex; - justify-content: center; - align-items: center; - font-size: 12px; - line-height: 1; - text-align: center; - white-space: nowrap; - transition: transform 0.3s ease; - margin-top: 76.5vh; - margin-right: 0px; -} + + /* Media queries for responsiveness */ @media (max-width: 768px) { diff --git a/index.html b/index.html index fd18aef1..96c0629c 100644 --- a/index.html +++ b/index.html @@ -1023,7 +1023,7 @@ display: flex; justify-content: center; align-items: center; - font-size: 12px; + font-size: 9px; line-height: 1; text-align: center; white-space: nowrap;