Left align call tiles
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
ebc7d9ee1a
commit
c79852a9f0
3 changed files with 8 additions and 6 deletions
|
@ -16,7 +16,6 @@ limitations under the License.
|
|||
|
||||
.mx_CallEvent_wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
|
||||
.mx_CallEvent {
|
||||
|
@ -28,7 +27,7 @@ limitations under the License.
|
|||
|
||||
background-color: $dark-panel-bg-color;
|
||||
border-radius: 8px;
|
||||
width: 75%;
|
||||
width: 65%;
|
||||
box-sizing: border-box;
|
||||
height: 60px;
|
||||
margin: 4px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue