Increase height
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
9b6195317e
commit
62de75ab00
1 changed files with 3 additions and 1 deletions
|
@ -21,16 +21,17 @@ limitations under the License.
|
|||
justify-content: space-between;
|
||||
|
||||
background-color: $dark-panel-bg-color;
|
||||
padding: 10px 16px 12px 10px;
|
||||
border-radius: 8px;
|
||||
margin: 10px auto;
|
||||
max-width: 75%;
|
||||
box-sizing: border-box;
|
||||
height: 60px;
|
||||
|
||||
.mx_CallEvent_info {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-left: 12px;
|
||||
|
||||
.mx_CallEvent_info_basic {
|
||||
display: flex;
|
||||
|
@ -84,6 +85,7 @@ limitations under the License.
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
color: $secondary-fg-color;
|
||||
margin-right: 16px;
|
||||
|
||||
.mx_CallEvent_content_callBack {
|
||||
margin-left: 10px; // To match mx_callEvent
|
||||
|
|
Loading…
Reference in a new issue