mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +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 {
|
||||
float: left;
|
||||
img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
}
|
||||
.message {
|
||||
margin-left: 55px;
|
||||
|
|
Loading…
Reference in a new issue