Adding saved header.

This commit is contained in:
Samuel Clay 2022-02-28 12:23:34 -05:00
parent 443925b6b7
commit b5dff2004e
2 changed files with 3 additions and 2 deletions

View file

@ -3670,11 +3670,12 @@ body {
.NB-feed-story .NB-feed-story-header .NB-feed-story-starred-date .NB-icon {
background: transparent url('/media/embed/icons/circular/clock.png') no-repeat 0 center;
background-size: 16px;
width: 16px;
height: 16px;
margin-top: 6px;
display: inline-block;
vertical-align: text-bottom;
color: #9B9D97;
padding-left: 20px;
}
.NB-theme-size-xs .NB-feed-story-header .NB-feed-story-starred-date {
font-size: 10px;

View file

@ -251,7 +251,7 @@ NEWSBLUR.Views.StoryDetailView = Backbone.View.extend({
</div>\
<% if (story.get("starred_date")) { %>\
<div class="NB-feed-story-starred-date">\
<span class="NB-icon"></span>\
<span class="NB-icon">Saved: </span>\
<%= story.get("starred_date") %>\
</div >\
<% } %>\