mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: improve styling of closed messages
also cleans up styling of time gaps on mobile
This commit is contained in:
@@ -279,14 +279,24 @@ table.md-table {
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
color: lighten($primary, 60%);
|
||||
color: lighten($primary, 50%);
|
||||
|
||||
.custom-message {
|
||||
text-transform: none;
|
||||
margin: 15px 0px 5px;
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
p {
|
||||
margin: 5px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.avatar {
|
||||
margin-right: 0.8em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
p {
|
||||
> p {
|
||||
margin: 0;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
@@ -512,3 +512,17 @@ span.highlighted {
|
||||
.read-state {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.small-action .small-action-desc {
|
||||
.custom-message {
|
||||
margin-left: -40px;
|
||||
}
|
||||
}
|
||||
|
||||
.small-action .topic-avatar {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.small-action.time-gap .topic-avatar {
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user