Last update version 7.1 button publish seems so big

Hello, Thank you very much, I update Peertube my button publish seems so big.

If you are talking about the text not fitting inside the box, you can reduce the padding with custom CSS. You will find the text box for applying custom CSS at Settings > Configuration > Advanced > Customizations > CSS. Then copy the below CSS code into it to reduce padding to 5 pixels.

#custom-css a.action-button.ellipsis.peertube-button-link.primary-button.has-icon.ng-star-inserted
{
  padding: 5px;
}
1 Like

Thanks, I’ll fix this in the next version.

1 Like