mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
Merge pull request #46930 from nextcloud/fix/app-menu-not-dot-pos
This commit is contained in:
commit
29661b045c
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
4
dist/core-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-main.js.map
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue