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

pull/4196/head
Samantaz Fox 11 months ago
commit 1a33012cad
No known key found for this signature in database
GPG Key ID: F42821059186176E

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

@ -42,8 +42,7 @@ module Invidious::Frontend::WatchPage
str << translate(locale, "Download as: ")
str << "</label>\n"
# TODO: remove inline style
str << "\t\t<select style=\"width:100%\" name='download_widget' id='download_widget'>\n"
str << "\t\t<select name='download_widget' id='download_widget'>\n"
# Non-DASH videos (audio+video)

Loading…
Cancel
Save