Make message bubble font size consistent
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
6249a1be5f
commit
465ce0820d
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ limitations under the License.
|
||||||
margin-top: var(--gutterSize);
|
margin-top: var(--gutterSize);
|
||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
margin-right: 100px;
|
margin-right: 100px;
|
||||||
|
font-size: $font-14px;
|
||||||
|
|
||||||
&.mx_EventTile_continuation {
|
&.mx_EventTile_continuation {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
@ -81,6 +82,7 @@ limitations under the License.
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -2px;
|
top: -2px;
|
||||||
left: 2px;
|
left: 2px;
|
||||||
|
font-size: $font-15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&[data-self=false] {
|
&[data-self=false] {
|
||||||
|
|
Loading…
Reference in a new issue