Add some styling

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-06-01 10:03:23 +02:00
parent 30365ca1ad
commit 86402e9788
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790

View File

@ -18,6 +18,7 @@ limitations under the License.
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
background-color: $dark-panel-bg-color;
padding: 10px;
@ -29,6 +30,7 @@ limitations under the License.
.mx_CallEvent_info {
display: flex;
flex-direction: row;
align-items: center;
.mx_CallEvent_info_basic {
display: flex;
@ -42,4 +44,9 @@ limitations under the License.
}
}
}
.mx_CallEvent_content {
display: flex;
flex-direction: row;
}
}