From 55062092dede143be199d1de938e32e715b924cd Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Fri, 17 Jul 2015 15:37:33 -0700 Subject: [PATCH 1/2] Misc mobile fixes --- sass/_project-sass/_project-Main.scss | 3 ++- views/browse.erb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index becf55c6..7d4d2942 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -187,7 +187,7 @@ @media (max-device-width:480px), screen and (max-width:800px) { width: 100%; - height: 300px; + height: 200px; } } .interior .header-Outro .screenshot.dashboard { @@ -820,6 +820,7 @@ @media (max-device-width:480px), screen and (max-width:800px) { width: 60%; + height: 160px; } } .site-portrait { diff --git a/views/browse.erb b/views/browse.erb index ca3a8933..4d7d81a2 100644 --- a/views/browse.erb +++ b/views/browse.erb @@ -14,7 +14,7 @@ <% if params[:tag] %>

Websites > <%= params[:tag] %>

<% else %> -

Websites on Neocities

+

Sites on Neocities

<% end %> From 3166ea9a1343d699bec177c711aa0b0bb98a593d Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Fri, 17 Jul 2015 15:59:57 -0700 Subject: [PATCH 2/2] Dashboard file listing fixes --- sass/_project-sass/_project-Main.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 7d4d2942..5c794fa0 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -276,9 +276,6 @@ background: #77ABB8; @include box-shadow(0 0 5px rgba(0, 0, 0, 0.2)); - &:hover { - background: #83B3C0; - } &:focus, &.active { outline: 0; background: #4F727B; @@ -541,7 +538,7 @@ } .title { margin: 0; - margin-left: 7px; + margin-left: 9px; margin-top: 2px; float: left; font-size: 14px; @@ -562,7 +559,6 @@ } .html-thumbnail, .misc-icon { margin: 0; - margin-left: 4px; float: left; width: 23px; height: 23px;