mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-02 17:21:25 +01:00
fix room avatar offset
This commit is contained in:
parent
2bc3b665d2
commit
1896ab67d1
@ -15,6 +15,7 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_RoomAvatar {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.mx_RoomAvatar_initial {
|
||||
|
||||
@ -25,12 +25,12 @@ limitations under the License.
|
||||
display: table-cell;
|
||||
padding-right: 8px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 2px;
|
||||
padding-bottom: 4px;
|
||||
padding-left: 18px;
|
||||
vertical-align: middle;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.mx_RoomTile_avatar img {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user