Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit 2e2fb64

Browse files
committed
Fixes login card width in Firefox
1 parent 223baed commit 2e2fb64

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

client/src/components/Login/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
}
2828

2929
.login-card {
30+
width: 100%;
3031
max-width: 450px;
3132
width: -webkit-fill-available;
3233
width: -moz-available;
@@ -46,6 +47,10 @@
4647
display: flex;
4748
margin: 0px auto 10px;
4849
width: inherit;
50+
max-width: 84%;
51+
max-width: -webkit-fill-available;
52+
max-width: -moz-available;
53+
max-width: fill-available;
4954
padding: 0.8em 2.5em;
5055
color: white;
5156
text-decoration: none;

client/src/components/RoomInfo/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
.repo-info-wrapper {
2+
height: 100%;
23
height: -webkit-fill-available;
4+
height: -moz-available;
5+
height: fill-available;
36
}
47

58
.repo-info-header {

0 commit comments

Comments
 (0)