We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223baed commit 2e2fb64Copy full SHA for 2e2fb64
2 files changed
client/src/components/Login/index.css
@@ -27,6 +27,7 @@
27
}
28
29
.login-card {
30
+ width: 100%;
31
max-width: 450px;
32
width: -webkit-fill-available;
33
width: -moz-available;
@@ -46,6 +47,10 @@
46
47
display: flex;
48
margin: 0px auto 10px;
49
width: inherit;
50
+ max-width: 84%;
51
+ max-width: -webkit-fill-available;
52
+ max-width: -moz-available;
53
+ max-width: fill-available;
54
padding: 0.8em 2.5em;
55
color: white;
56
text-decoration: none;
client/src/components/RoomInfo/index.css
@@ -1,5 +1,8 @@
1
.repo-info-wrapper {
2
+ height: 100%;
3
height: -webkit-fill-available;
4
+ height: -moz-available;
5
+ height: fill-available;
6
7
8
.repo-info-header {
0 commit comments