You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/03/18 00:40:28 UTC

[whimsy.git] [1/2] Commit 245e596: another attempt to be mobile friendly

Commit 245e59676de3593e01810dd2632055ad2693b86f:
    another attempt to be mobile friendly


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/board/agenda/views/feedback.html.rb                      | ++++ ----
------------------------------------------------------------
8 changes: 4 additions, 4 deletions.
------------------------------------------------------------


diff --git a/www/board/agenda/views/feedback.html.rb b/www/board/agenda/views/feedback.html.rb
index 6f002f4..b3e5c09 100644
--- a/www/board/agenda/views/feedback.html.rb
+++ b/www/board/agenda/views/feedback.html.rb
@@ -1,12 +1,12 @@
 _html do
-  _head do
-    _style %{
+  _head_ do
+    _meta name: "viewport", content: 'width=device-width', initial_scale: 1
+    _style_ %{
       div:empty {display: none}
-      .feedback pre {min-width: 640px; display: inline-block}
     }
   end
 
-  _body.feedback do
+  _body do
     _div.alert
 
     _form_ method: 'post' do