Make icons on the media timeline a similar size to other timelines

merge-requests/6/head
Bob Mottram 2019-11-28 17:13:58 +00:00
parent 829cdacd90
commit 1dd88c78e6
1 changed files with 2 additions and 2 deletions

View File

@ -650,14 +650,14 @@ div.gallery img {
div.mediaicons img { div.mediaicons img {
float: right; float: right;
max-width: 200px; max-width: 200px;
width: 10%; width: 6%;
margin: 0px 1%; margin: 0px 1%;
border-radius: 0%; border-radius: 0%;
} }
div.mediaavatar img { div.mediaavatar img {
float: left; float: left;
max-width: 200px; max-width: 200px;
width: 8%; width: 5%;
margin: 0px 1%; margin: 0px 1%;
border-radius: 0%; border-radius: 0%;
} }