Center and limit the size of non-square thumbnails in quotes
This commit is contained in:
@@ -576,6 +576,12 @@ span.status {
|
|||||||
.inner {
|
.inner {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
height: 48px;
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
@@ -175,6 +175,11 @@ $ios-border-color: rgba(0,0,0,0.1);
|
|||||||
|
|
||||||
.inner {
|
.inner {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
height: 61px;
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user