fix(core): app menu notification should be in the top right

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/46930/head
skjnldsv 2024-07-31 18:22:57 +07:00 committed by nextcloud-command
parent c52b7e5ebc
commit 3ca6eb5098
3 changed files with 6 additions and 5 deletions

@ -56,8 +56,9 @@ $unread-indicator-size: 10px;
&__unread {
color: var(--color-error);
position: absolute;
inset-block-end: calc($unread-indicator-size / -2.5);
inset-inline-end: calc($unread-indicator-size / -2.5);
// Align the dot to the top right corner of the icon
inset-block-end: calc($icon-size + ($unread-indicator-size / -2));
inset-inline-end: calc($unread-indicator-size / -2);
transition: all 0.1s ease-in-out;
}
}

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long