Adjust padding and line-height a bit
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
512c054656
commit
a781d6f128
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ limitations under the License.
|
|||
justify-content: space-between;
|
||||
|
||||
background-color: $dark-panel-bg-color;
|
||||
padding: 12px 16px 12px 12px;
|
||||
padding: 10px 16px 12px 10px;
|
||||
border-radius: 8px;
|
||||
margin: 10px auto;
|
||||
max-width: 75%;
|
||||
|
@ -40,7 +40,7 @@ limitations under the License.
|
|||
.mx_CallEvent_sender {
|
||||
font-weight: 600;
|
||||
font-size: 1.5rem;
|
||||
line-height: 1.8rem;
|
||||
line-height: 1.9rem;
|
||||
}
|
||||
|
||||
.mx_CallEvent_type {
|
||||
|
|
Loading…
Reference in a new issue