mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-28 23:57:59 +01:00
Fix for notification images being too large
This commit is contained in:
parent
3f5c0d0f51
commit
000239facf
1 changed files with 5 additions and 1 deletions
4
resources/assets/styles/content.less
vendored
4
resources/assets/styles/content.less
vendored
|
@ -587,6 +587,10 @@ html {
|
||||||
|
|
||||||
.img-link {
|
.img-link {
|
||||||
float: left;
|
float: left;
|
||||||
|
img {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.message {
|
.message {
|
||||||
margin-left: 55px;
|
margin-left: 55px;
|
||||||
|
|
Loading…
Reference in a new issue