mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 20:48:00 +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
6
resources/assets/styles/content.less
vendored
6
resources/assets/styles/content.less
vendored
|
@ -587,6 +587,10 @@ html {
|
|||
|
||||
.img-link {
|
||||
float: left;
|
||||
img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
}
|
||||
.message {
|
||||
margin-left: 55px;
|
||||
|
@ -640,4 +644,4 @@ html {
|
|||
font-size: 16pt;
|
||||
color: #222;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue