1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix margin for stacked emby-button elements

This commit is contained in:
Bill Thornton 2020-12-10 10:43:02 -05:00
parent f4e52c5bf7
commit 0d2ede01b3
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
display: inline-flex;
align-items: center;
box-sizing: border-box;
margin: 0 0.3em;
margin: 0.3em;
text-align: center;
font-size: inherit;
font-family: inherit;