Improve logo display

This commit is contained in:
Chocobozzz 2022-03-15 15:06:29 +01:00
parent d30b8d9939
commit dc66605c46
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 11 additions and 1 deletions

View File

@ -26,3 +26,13 @@ body {
--channelBackgroundColor: rgb(32, 32, 32);
}
.icon-logo {
min-width: 29px;
min-height: 29px;
background-color: #fff;
background-origin: content-box;
border-radius: 20px;
padding: 3px 4px 3px 8px;
}

View File

@ -1,6 +1,6 @@
{
"name": "peertube-theme-dark",
"version": "2.3.0",
"version": "2.3.1",
"description": "PeerTube dark theme",
"engine": {
"peertube": ">=2.2.0"