Hide join room header on small screens
This commit is contained in:
parent
11eb137184
commit
c5654e4398
1 changed files with 9 additions and 0 deletions
|
|
@ -44,6 +44,10 @@ limitations under the License.
|
|||
flex: 1;
|
||||
}
|
||||
|
||||
.joinRoomContent h1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.joinRoomFooter {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
|
@ -57,6 +61,7 @@ limitations under the License.
|
|||
.preview {
|
||||
position: relative;
|
||||
max-width: 816px;
|
||||
max-height: 75vh;
|
||||
border-radius: 24px;
|
||||
overflow: hidden;
|
||||
background-color: var(--bgColor3);
|
||||
|
|
@ -158,4 +163,8 @@ limitations under the License.
|
|||
.footer {
|
||||
height: 118px;
|
||||
}
|
||||
|
||||
.joinRoomContent h1 {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue