mirror of
https://github.com/discourse/discourse.git
synced 2025-01-07 15:46:37 +08:00
FIX: Some avatars were too big in embedded CSS
This commit is contained in:
parent
067381ed18
commit
252b36bb86
|
@ -44,6 +44,10 @@ article.post {
|
||||||
padding: 10px 5px;
|
padding: 10px 5px;
|
||||||
float: left;
|
float: left;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 45px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.username {
|
h3.username {
|
||||||
|
@ -95,7 +99,7 @@ img.emoji {
|
||||||
|
|
||||||
.in-reply-to {
|
.in-reply-to {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
margin-left: 0px;
|
margin-left: 15px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user