Merge pull request #46930 from nextcloud/fix/app-menu-not-dot-pos

pull/40163/head
John Molakvoæ 2024-08-01 11:03:44 +07:00 committed by GitHub
commit 29661b045c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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