tweak e2e icon margins
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
eb901441cd
commit
430a9ef948
1 changed files with 2 additions and 1 deletions
|
@ -153,7 +153,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_E2EIcon {
|
.mx_E2EIcon {
|
||||||
margin: 4px 4px 4px 0; // no left-margin to improve visual centering
|
margin-top: 3px; // visual vertical centering to the top line of text
|
||||||
|
margin-right: 4px; // margin from displyname
|
||||||
min-width: 18px; // convince flexbox to not collapse it
|
min-width: 18px; // convince flexbox to not collapse it
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue