Fix new buttons CSS.
This commit is contained in:
parent
f28fbf7ed3
commit
22bf6d89b6
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user