mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Display:block for comment images
This commit is contained in:
parent
72734a7410
commit
c1594fd4b4
1 changed files with 4 additions and 7 deletions
|
@ -590,13 +590,6 @@ ul.b {
|
||||||
background-color: #ffffffb0;
|
background-color: #ffffffb0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comments-panel .comment-container .media-body span.body img{
|
|
||||||
max-width:500px;
|
|
||||||
max-height:600px;
|
|
||||||
display: inline;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wow_addy{
|
.wow_addy{
|
||||||
color: red;
|
color: red;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -663,6 +656,10 @@ ul.b {
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-container .media-body span.body img {
|
.comment-container .media-body span.body img {
|
||||||
|
width: 100%;
|
||||||
|
max-width:500px;
|
||||||
|
max-height:600px;
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
|
display: block;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue