Hide join room header on small screens
This commit is contained in:
@@ -44,6 +44,10 @@ limitations under the License.
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.joinRoomContent h1 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.joinRoomFooter {
|
.joinRoomFooter {
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
}
|
}
|
||||||
@@ -57,6 +61,7 @@ limitations under the License.
|
|||||||
.preview {
|
.preview {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 816px;
|
max-width: 816px;
|
||||||
|
max-height: 75vh;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: var(--bgColor3);
|
background-color: var(--bgColor3);
|
||||||
@@ -158,4 +163,8 @@ limitations under the License.
|
|||||||
.footer {
|
.footer {
|
||||||
height: 118px;
|
height: 118px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.joinRoomContent h1 {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user