UX: Large image placeholder alignment fix
This commit is contained in:
parent
5c11104f9f
commit
c025fcffa5
app/assets/stylesheets/common/base
|
@ -334,7 +334,7 @@ blockquote > *:last-child {
|
||||||
color: dark-light-choose($primary-low-mid, $secondary-high);
|
color: dark-light-choose($primary-low-mid, $secondary-high);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.small-action.deleted {
|
.small-action.deleted {
|
||||||
background-color: dark-light-diff(rgba($danger,.7), $secondary, 50%, -60%);
|
background-color: dark-light-diff(rgba($danger,.7), $secondary, 50%, -60%);
|
||||||
}
|
}
|
||||||
|
@ -444,6 +444,11 @@ a.mention, a.mention-group {
|
||||||
font-size: 0.929em;
|
font-size: 0.929em;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
line-height: $base-line-height;
|
line-height: $base-line-height;
|
||||||
|
margin-bottom: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
> span.badge-notification {
|
||||||
|
vertical-align: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue