CSS: Remove inline styling of the download widget (#4162)

This commit is contained in:
Samantaz Fox
2023-10-21 18:32:40 +02:00
2 changed files with 5 additions and 2 deletions

View File

@@ -793,3 +793,7 @@ h1, h2, h3, h4, h5, p,
.channel-emoji {
margin: 0 2px;
}
#download_widget {
width: 100%;
}