Fix new buttons CSS.

This commit is contained in:
John Livingston 2021-11-25 17:35:55 +01:00
parent f28fbf7ed3
commit 22bf6d89b6
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -15,15 +15,15 @@
} }
.peertube-plugin-livechat-button { .peertube-plugin-livechat-button {
display: inline; align-items: center;
display: flex;
flex-direction: row;
height: 36px !important; height: 36px !important;
line-height: 0 !important; // override .peertube-button-link
margin: 5px !important; margin: 5px !important;
padding: 2px !important; padding: 2px !important;
svg { svg {
display: inline-block !important; height: auto; // override .peertube-button-link
height: auto;
} }
} }