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 {
float: right;
max-width: 200px;
width: 10%;
width: 6%;
margin: 0px 1%;
border-radius: 0%;
}
div.mediaavatar img {
float: left;
max-width: 200px;
width: 8%;
width: 5%;
margin: 0px 1%;
border-radius: 0%;
}