mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Merge pull request #2595 from techAPJ/patch-4
FIX: lazyYT mobile layout
This commit is contained in:
commit
91f08ad661
2 changed files with 4 additions and 0 deletions
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…
Reference in a new issue