mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 09:05:44 +08:00
FIX: lazyYT mobile layout
This commit is contained in:
parent
f7c7d38a30
commit
5db65486f0
3
plugins/lazyYT/assets/stylesheets/lazyYT_mobile.scss
Normal file
3
plugins/lazyYT/assets/stylesheets/lazyYT_mobile.scss
Normal file
@ -0,0 +1,3 @@
|
||||
.lazyYT {
|
||||
max-width: 100%;
|
||||
}
|
@ -8,6 +8,7 @@ register_asset "javascripts/lazyYT.js"
|
||||
|
||||
# stylesheet
|
||||
register_asset "stylesheets/lazyYT.css"
|
||||
register_asset "stylesheets/lazyYT_mobile.scss", :mobile
|
||||
|
||||
# freedom patch YouTube Onebox
|
||||
class Onebox::Engine::YoutubeOnebox
|
||||
|
Loading…
x
Reference in New Issue
Block a user