mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
post-info glyph margin fix
This commit is contained in:
@@ -158,7 +158,7 @@
|
||||
|
||||
.post-infos {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: baseline;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -428,8 +428,12 @@ aside.quote {
|
||||
}
|
||||
|
||||
.post-info {
|
||||
margin-left: 0.5em;
|
||||
flex: 0 0 auto;
|
||||
margin-right: 0.5em;
|
||||
|
||||
&.post-date {
|
||||
margin-right: 0;
|
||||
}
|
||||
&.via-email,
|
||||
&.whisper {
|
||||
line-height: $line-height-medium;
|
||||
|
||||
Reference in New Issue
Block a user