mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
CSS: Remove inline styling of the download widget (#4162)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user