Skip to content

Commit

Permalink
Merge pull request #2851 from Bprathmesh/Issue
Browse files Browse the repository at this point in the history
This pr fixes overflow  #2850
  • Loading branch information
anuragverma108 committed Aug 16, 2024
2 parents 9368530 + f71f460 commit 20edb1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
28 changes: 2 additions & 26 deletions assets/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 20edb1b

Please sign in to comment.