mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
post-date can be same size as other post info
This commit is contained in:
@@ -1004,7 +1004,7 @@ a.attachment:before {
|
||||
.post-info {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
font-size: 13px;
|
||||
margin-top: 1px;
|
||||
a {color: scale-color($primary, $lightness: 50%);}
|
||||
}
|
||||
|
||||
@@ -475,7 +475,7 @@ span.highlighted {
|
||||
}
|
||||
.post-info {
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
font-size: 13px;
|
||||
margin: 4px 10px 0 0;
|
||||
.edits { margin-right: 5px; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user