mirror of
https://github.com/discourse/discourse.git
synced 2025-04-11 08:40:49 +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
|
# stylesheet
|
||||||
register_asset "stylesheets/lazyYT.css"
|
register_asset "stylesheets/lazyYT.css"
|
||||||
|
register_asset "stylesheets/lazyYT_mobile.scss", :mobile
|
||||||
|
|
||||||
# freedom patch YouTube Onebox
|
# freedom patch YouTube Onebox
|
||||||
class Onebox::Engine::YoutubeOnebox
|
class Onebox::Engine::YoutubeOnebox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user