From 26f35b551cf6bc2453d7ae327fdde211063577be Mon Sep 17 00:00:00 2001 From: r888888888 Date: Sat, 12 Apr 2014 14:59:02 -0700 Subject: [PATCH] improve swiping logic --- app/assets/stylesheets/mobile.css.scss | 4 ++-- app/views/mobile/posts/index.html.erb | 20 ++++++++++++-------- app/views/mobile/posts/show.html.erb | 16 ++++++++++------ 3 files changed, 24 insertions(+), 16 deletions(-) diff --git a/app/assets/stylesheets/mobile.css.scss b/app/assets/stylesheets/mobile.css.scss index c0975a1e3..2f4220889 100644 --- a/app/assets/stylesheets/mobile.css.scss +++ b/app/assets/stylesheets/mobile.css.scss @@ -9,12 +9,12 @@ body { } input[type=text], input[type=submit] { - font-size: 20pt; + font-size: 18pt; } /* paginator */ div.paginator { - font-size: 18pt; + font-size: 16pt; font-weight: bold; text-align: center; diff --git a/app/views/mobile/posts/index.html.erb b/app/views/mobile/posts/index.html.erb index d3de6363e..2150fb221 100644 --- a/app/views/mobile/posts/index.html.erb +++ b/app/views/mobile/posts/index.html.erb @@ -11,17 +11,21 @@