Skip to content
This repository has been 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

Merged
merged 7 commits into from
May 25, 2022
Merged

Move unread notification dots of the threads list to the expected position #8700

merged 7 commits into from
May 25, 2022

Commits on May 25, 2022

  1. Change dot size from 10px to 8px

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed May 25, 2022
    Configuration menu
    Copy the full SHA
    eeffac8 View commit details
    Browse the repository at this point in the history
  2. Set inset 8px to the dot

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed May 25, 2022
    Configuration menu
    Copy the full SHA
    31a649e View commit details
    Browse the repository at this point in the history
  3. Use shorthand properties for inset

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed May 25, 2022
    Configuration menu
    Copy the full SHA
    5e60ebb View commit details
    Browse the repository at this point in the history
  4. Move blocks from '.mx_EventTile:not([data-layout=bubble])' to '.mx_Ev…

    …entTile[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 <luixxiul@users.noreply.github.com>
    luixxiul committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1fbe95c View commit details
    Browse the repository at this point in the history
  5. Remove redundant declarations

    Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
    luixxiul committed May 25, 2022
    Configuration menu
    Copy the full SHA
    d39f693 View commit details
    Browse the repository at this point in the history
  6. 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 <luixxiul@users.noreply.github.com>
    luixxiul committed May 25, 2022
    Configuration menu
    Copy the full SHA
    ea38f84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5102687 View commit details
    Browse the repository at this point in the history