Styles: don't put buttons to far on the right.

This commit is contained in:
John Livingston 2024-04-03 11:31:21 +02:00
parent 7d4577efec
commit 718b9a41e7
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -14,6 +14,7 @@
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
padding-right: 12px; // to avoid being under the window scrollbar.
}
.peertube-plugin-livechat-button {