From 525b776fa72bebf0002ddd24ac2d881e37c738ee Mon Sep 17 00:00:00 2001 From: greta Date: Mon, 19 Aug 2024 10:00:20 +0200 Subject: [PATCH] fix:flagged icons position Signed-off-by: greta --- src/components/Envelope.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/Envelope.vue b/src/components/Envelope.vue index 95643710e0..09c031cfd5 100644 --- a/src/components/Envelope.vue +++ b/src/components/Envelope.vue @@ -937,7 +937,7 @@ export default { // In message list, but not the one in the action menu &.app-content-list-item-star { background-image: none; - left: 4px; + left: 5px; top: 8px; opacity: 1; @@ -948,7 +948,8 @@ export default { } } .important-one-line.app-content-list-item-star:deep() { - top: 3px !important; + top: 4px !important; + left: 2px; } .app-content-list-item-select-checkbox { @@ -989,6 +990,9 @@ export default { opacity: .1; } } +.one-line.junk-icon-style { + top: 36px; +} .icon-attachment { -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)'; @@ -1037,8 +1041,8 @@ export default { .app-content-list-item-star.favorite-icon-style { display: inline-block; position: absolute; - margin-bottom: 21px; - margin-left: 28px; + margin-bottom: 45px; + margin-left: 30px; cursor: pointer; stroke: var(--color-main-background); stroke-width: 2; @@ -1047,6 +1051,10 @@ export default { opacity: .4; } } +.one-line.favorite-icon-style { + margin-bottom: 31px; + margin-left: 31px; +} :deep(.svg svg) { height: 16px; width: 16px;