Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-09-03 21:43:39 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-09-08 17:21:57 +0300
commitce8968edfcef32ff835604ee7f4cf369d651b21d (patch)
treea95c451305ece153042b3aed7116f92aaffff942 /css
parentf8a33d4f69371928a1b337e589e5c1c036944e41 (diff)
Make it possible to view messages of the same thread directly
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.scss13
-rw-r--r--css/mobile.scss2
2 files changed, 1 insertions, 14 deletions
diff --git a/css/mail.scss b/css/mail.scss
index 529039edb..70a3d659e 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -280,19 +280,6 @@
vertical-align: text-top;
}
-#mail-message-header {
- height: 90px;
- z-index: 100;
- position: fixed; // ie fallback
- position: -webkit-sticky; // ios/safari fallback
- position: sticky;
- top: $header-height;
- background: -webkit-linear-gradient(var(--color-main-background), var(--color-main-background) 80%, rgba(255,255,255,0));
- background: -o-linear-gradient(var(--color-main-background), var(--color-main-background) 80%, rgba(255,255,255,0));
- background: -moz-linear-gradient(var(--color-main-background), var(--color-main-background) 80%, rgba(255,255,255,0));
- background: linear-gradient(var(--color-main-background), var(--color-main-background) 80%, rgba(255,255,255,0));
-}
-
.transparency {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
opacity: .6;
diff --git a/css/mobile.scss b/css/mobile.scss
index 5699a9916..8866e76da 100644
--- a/css/mobile.scss
+++ b/css/mobile.scss
@@ -50,7 +50,7 @@
}
/* reply-forward actions align to the far right */
- #mail-message-header #mail-message-actions {
+ #mail-thread-header .mail-message-actions {
margin-right: 5px;
}
}