tweak e2e icon margins

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-04-01 15:09:19 +01:00
parent eb901441cd
commit 430a9ef948

View file

@ -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
} }
} }