mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Tweak the timestamp line in Twitter onebox (#13551)
Fixed alignment and made the color less intrusive to make the actual content pop out more.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
|
||||
<div class="date">
|
||||
<a href="{{link}}" target="_blank" rel="noopener">{{timestamp}}</a>
|
||||
<a href="{{link}}" class="timestamp" target="_blank" rel="noopener">{{timestamp}}</a>
|
||||
|
||||
{{#likes}}
|
||||
<span class="like">
|
||||
|
||||
Reference in New Issue
Block a user