You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Move unread notification dots of the threads list to the expected position (#8700)
* Change dot size from 10px to 8px
Signed-off-by: Suguru Hirahara <[email protected]>
* Set inset 8px to the dot
Signed-off-by: Suguru Hirahara <[email protected]>
* Use shorthand properties for inset
Signed-off-by: Suguru Hirahara <[email protected]>
* Move blocks from '.mx_EventTile:not([data-layout=bubble])' to '.mx_EventTile[data-shape=ThreadsList]'
For a notification dot it does not matter whether the layout of the event tile is bubble or not. Instead what matters is that the dot is expected to be displayed on the threads list.
Signed-off-by: Suguru Hirahara <[email protected]>
* Remove redundant declarations
Signed-off-by: Suguru Hirahara <[email protected]>
* Remove an obsolete z-index declaration
The declaration was added with ed34952 to fix a clickability issue. Now the event tile is clickable everywhere, it is no longer required.
Signed-off-by: Suguru Hirahara <[email protected]>
0 commit comments