~netlandish/links-dev

links: Make save counter more clear. Also looks a little nicer. v1 APPLIED

Peter Sanchez: 1
 Make save counter more clear. Also looks a little nicer.

 2 files changed, 6 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.code.netlandish.com/~netlandish/links-dev/patches/127/mbox | git am -3
Learn more about email & git

[PATCH links] Make save counter more clear. Also looks a little nicer. Export this patch

Changelog-updated: Link counter is more more clear and imho aesthetic
---
 static/css/style.css     | 3 +++
 templates/link_list.html | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/static/css/style.css b/static/css/style.css
index 3630636..36ba467 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -186,6 +186,9 @@ footer blockquote {
  font-size: 1.25em !important;
  /*font-weight: bold;*/
}
.tag-popular {
  margin-left: 0.5rem;
}
.link-tag__side {
  border: 1px solid;
  letter-spacing: .5px;
diff --git a/templates/link_list.html b/templates/link_list.html
index e0d7d7f..fae218b 100644
--- a/templates/link_list.html
+++ b/templates/link_list.html
@@ -99,10 +99,10 @@
          {{end}}
          <h3 class="is-marginless mr-1">
            <a class="text-dark" href="{{.URL}}" target="_blank">{{truncate .Title 60}}</a>
            {{if $.isPopular}}
	      <span class="button outline primary tag tag-popular is-small">{{ .Counter }}</span>
            {{end}}
          </h3>
          {{if $.isPopular}}
          <small class="text-grey counter-number"><strong>{{.Counter}}</strong></small>
          {{end}}
          {{if $.isOrgLink}}
            {{if eq .UserID $.currentUserID}}
                <!-- Read/Unread -->
-- 
2.47.2
Applied.

To git@git.code.netlandish.com:~netlandish/links
   26fba77..25bdb98  master -> master