fix: avatar size and alignment

This commit is contained in:
hampoelz 2023-08-13 10:20:15 +00:00
parent bbd100c544
commit 7fc268e518

View file

@ -2411,6 +2411,24 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
/* #endregion */
/*
* Extensions
*/
/* #region extensions */
/* #region avatars */
#rl-app .messageCheckbox .fromPic {
margin: -5px 0 -9px 8px;
height: 32px;
width: 32px;
}
/* #endregion */
/* #endregion */
/*
* Message Flags
*/