mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
Fix for notification images being too large
This commit is contained in:
parent
8c58d2f3cb
commit
b467d329a3
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