mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
UX: Make YouTube playlist onebox full width to match video onebox (#16936)
This commit is contained in:
@ -57,6 +57,7 @@ module Onebox
|
||||
height="#{HEIGHT}"
|
||||
frameborder="0"
|
||||
allowfullscreen
|
||||
class="youtube-onebox"
|
||||
></iframe>
|
||||
HTML
|
||||
elsif list_id
|
||||
@ -67,6 +68,7 @@ module Onebox
|
||||
height="#{HEIGHT}"
|
||||
frameborder="0"
|
||||
allowfullscreen
|
||||
class="youtube-onebox"
|
||||
></iframe>
|
||||
HTML
|
||||
else
|
||||
|
Reference in New Issue
Block a user