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;
|
justify-content: space-between;
|
||||||
|
|
||||||
background-color: $dark-panel-bg-color;
|
background-color: $dark-panel-bg-color;
|
||||||
padding: 10px 16px 12px 10px;
|
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
height: 60px;
|
||||||
|
|
||||||
.mx_CallEvent_info {
|
.mx_CallEvent_info {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-left: 12px;
|
||||||
|
|
||||||
.mx_CallEvent_info_basic {
|
.mx_CallEvent_info_basic {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -84,6 +85,7 @@ limitations under the License.
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: $secondary-fg-color;
|
color: $secondary-fg-color;
|
||||||
|
margin-right: 16px;
|
||||||
|
|
||||||
.mx_CallEvent_content_callBack {
|
.mx_CallEvent_content_callBack {
|
||||||
margin-left: 10px; // To match mx_callEvent
|
margin-left: 10px; // To match mx_callEvent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue