"Last Seen" User Card

Hello :wave:

You can order it to the first place with adding this css to a component Common/CSS section.

#user-card {
  .metadata {
    .last-seen-metadata {
      order: -1;
    }
  }
}
5 Likes