mirror of https://gitlab.com/bashrc2/epicyon
Make icons on the media timeline a similar size to other timelines
parent
829cdacd90
commit
1dd88c78e6
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue