Browse Source

room-history: Increase padding of SenderAvatar

Makes the hover effect around the avatar bigger, which makes it more
obvious that it behaves like a button.
merge-requests/2003/merge
Kévin Commaille 10 months ago
parent
commit
7cf3823bea
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 2
      data/resources/stylesheet/_room_history.scss
  2. 2
      src/session/view/content/room_history/message_row/mod.ui

2
data/resources/stylesheet/_room_history.scss

@ -102,7 +102,7 @@ room-title {
}
sender-avatar {
padding: 3px;
padding: 5px;
border-radius: 100%;
@include vendor.focus-ring();

2
src/session/view/content/room_history/message_row/mod.ui

@ -6,7 +6,7 @@
<style>
<class name="event-content"/>
</style>
<property name="column-spacing">12</property>
<property name="column-spacing">8</property>
<child>
<object class="ContentSenderAvatar" id="avatar">
<layout>

Loading…
Cancel
Save