fix image dimensions
This commit is contained in:
parent
bf4a90b8b5
commit
98ed4dfe85
|
@ -25,10 +25,10 @@ body {
|
|||
}
|
||||
|
||||
.img-answerbox {
|
||||
min-height: 64px;
|
||||
min-width: 64px;
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
min-height: 32px;
|
||||
min-width: 32px;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.answerbox-question-text, .answerbox-question-user {
|
||||
|
|
Loading…
Reference in New Issue