More mobile styling

This commit is contained in:
Robert Long 2021-08-23 12:50:19 -07:00
commit 85d77a32bf
5 changed files with 15 additions and 48 deletions

View file

@ -28,6 +28,8 @@ limitations under the License.
flex-direction: column;
align-items: center;
flex: 1;
overflow: hidden;
margin-bottom: 20px;
}
.preview {
@ -96,7 +98,7 @@ limitations under the License.
display: flex;
justify-content: center;
align-items: center;
height: 118px;
height: 64px;
}
.footer > * {
@ -115,4 +117,8 @@ limitations under the License.
.roomContainer {
flex-direction: row;
}
.footer {
height: 118px;
}
}