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
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-08 18:06:40 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-08 18:06:40 +0300
commitde84f98ef874724a068451f925081c0626db4ecc (patch)
tree4a6abac87256d6502559789814eb753ab067327e
parentdeee5b063342c40e5ee7550fc706b10140873005 (diff)
Fix drafts prefix position
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--src/components/Envelope.vue9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/Envelope.vue b/src/components/Envelope.vue
index b6a056613..46449a388 100644
--- a/src/components/Envelope.vue
+++ b/src/components/Envelope.vue
@@ -635,6 +635,15 @@ export default {
.list-item-style.selected {
background-color: var(--color-background-dark);
}
+.list-item-style {
+ .draft {
+ line-height: 130%;
+
+ em {
+ font-style: italic;
+ }
+ }
+}
.junk-icon-style {
opacity: .2;
display: flex;