UI: Add viewport meta tag to embedded topics layout
This commit is contained in:
parent
95a9a544c9
commit
8f601d5025
|
@ -2,7 +2,7 @@
|
|||
<html<%= raw @embeddable_css_class -%>>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=yes, viewport-fit=cover">
|
||||
<%= discourse_stylesheet_link_tag 'embed', theme_ids: nil %>
|
||||
<%- unless customization_disabled? %>
|
||||
<%= discourse_stylesheet_link_tag :embedded_theme %>
|
||||
|
|
Loading…
Reference in New Issue