mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
FIX: Margin on post-info
should be present in mobile and desktop
This commit is contained in:
parent
5290138e84
commit
45a2c94fb3
@ -428,6 +428,8 @@ aside.quote {
|
||||
}
|
||||
|
||||
.post-info {
|
||||
margin-left: 0.5em;
|
||||
|
||||
&.via-email,
|
||||
&.whisper {
|
||||
line-height: $line-height-medium;
|
||||
|
@ -917,8 +917,6 @@ a.attachment:before {
|
||||
}
|
||||
|
||||
.post-info {
|
||||
margin-left: 0.5em;
|
||||
|
||||
a {
|
||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user