mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 12:24:55 +00:00
Disable custom stylesheets on mobile for now.
This commit is contained in:
parent
8de91e3789
commit
f86aead49e
@ -10,4 +10,6 @@
|
|||||||
<%= stylesheet_link_tag "admin"%>
|
<%= stylesheet_link_tag "admin"%>
|
||||||
<%-end%>
|
<%-end%>
|
||||||
|
|
||||||
|
<% unless mobile_view? %>
|
||||||
<%= SiteCustomization.custom_stylesheet(session[:preview_style]) %>
|
<%= SiteCustomization.custom_stylesheet(session[:preview_style]) %>
|
||||||
|
<% end %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user