Commit 7095c76a6b6f62e6c3f4c50dd1c74e1a98ab607b

Authored by Karpikau Andrei
1 parent 1e16d4a6

check responsive

... ... @@ -31,7 +31,7 @@
31 31
32 32
33 33 </div>
34   - <div class="wait-layer" style="position:absolute;top:0;left:0;width:800px;height:500px;background-color:#ffffff;"><%= t('please_wait') %></div>
  34 + <div class="wait-layer" style="position:absolute;top:0;left:0;max-width:800px;height:500px;background-color:#ffffff;"><%= t('please_wait') %></div>
35 35 </div>
36 36
37 37 </div>
... ...
1 1 module Kanjai
2   - VERSION = "0.0.159"
  2 + VERSION = "0.0.160"
3 3 end
... ...