Don't center content in call ended screen
This commit is contained in:
@@ -46,7 +46,6 @@ limitations under the License.
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
@@ -70,4 +69,8 @@ limitations under the License.
|
|||||||
.container {
|
.container {
|
||||||
min-height: calc(100% - 76px);
|
min-height: calc(100% - 76px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ limitations under the License.
|
|||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: var(--bgColor3);
|
background-color: var(--bgColor3);
|
||||||
margin: 40px 20px 20px 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview video {
|
.preview video {
|
||||||
@@ -121,3 +121,9 @@ limitations under the License.
|
|||||||
.previewButtons > :last-child {
|
.previewButtons > :last-child {
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 800px) {
|
||||||
|
.preview {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user