Fix position of thumbnail in room timeline (#12016)

Co-authored-by: David Baker <dbkr@users.noreply.github.com>
pull/28217/head
Anoop P 2023-12-14 16:46:05 +05:30 committed by GitHub
parent 6669cb70e4
commit 18f11b8024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ limitations under the License.
.mx_RoomAvatarEvent_avatar {
display: inline;
position: relative;
top: 5px;
top: 3px;
}