From cd1569e57a10fb7a4d45a67dff63d239cba08560 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 9 May 2017 10:11:38 -0700 Subject: [PATCH] Android themes: Add space between file attachment, message text FREEBIE --- stylesheets/_android.scss | 4 ++++ stylesheets/android-dark.scss | 4 ++++ stylesheets/manifest.css | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/stylesheets/_android.scss b/stylesheets/_android.scss index d5125524e..162a29864 100644 --- a/stylesheets/_android.scss +++ b/stylesheets/_android.scss @@ -37,6 +37,10 @@ @include hourglass(#fff); } + .attachments .fileView { + margin-bottom: 0.5em; + } + .incoming .bubble { .sender, .content, .body, .meta, a { @include invert-text-color; diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index 21fbdbd09..f7c0b2ea7 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -138,6 +138,10 @@ $text-dark: #CCCCCC; @include hourglass(#fff); } + .attachments .fileView { + margin-bottom: 0.5em; + } + .incoming .bubble { .sender, .content, .body, .meta, a { @include invert-text-color; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 4f1412c05..b6310fa82 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -1703,6 +1703,8 @@ li.entry .error-icon-container { -webkit-mask: url("/images/hourglass_empty.svg") no-repeat center; -webkit-mask-size: 100%; background-color: #fff; } +.android .attachments .fileView { + margin-bottom: 0.5em; } .android .incoming .bubble .sender, .android .incoming .bubble .content, .android .incoming .bubble .body, .android .incoming .bubble .meta, .android .incoming .bubble a { color: white; } .android .incoming .bubble .sender::selection, .android .incoming .bubble .content::selection, .android .incoming .bubble .body::selection, .android .incoming .bubble .meta::selection, .android .incoming .bubble a::selection { @@ -1947,6 +1949,8 @@ li.entry .error-icon-container { -webkit-mask: url("/images/hourglass_empty.svg") no-repeat center; -webkit-mask-size: 100%; background-color: #fff; } + .android-dark .attachments .fileView { + margin-bottom: 0.5em; } .android-dark .incoming .bubble .sender, .android-dark .incoming .bubble .content, .android-dark .incoming .bubble .body, .android-dark .incoming .bubble .meta, .android-dark .incoming .bubble a { color: white; } .android-dark .incoming .bubble .sender::selection, .android-dark .incoming .bubble .content::selection, .android-dark .incoming .bubble .body::selection, .android-dark .incoming .bubble .meta::selection, .android-dark .incoming .bubble a::selection {