~netlandish/links-dev

links: Making the bookmark list page less wide v1 APPLIED

Rael Monge: 1
 Making the bookmark list page less wide

 1 files changed, 3 insertions(+), 2 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/88/mbox | git am -3
Learn more about email & git

[PATCH links] Making the bookmark list page less wide Export this patch

---
 templates/link_list.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/templates/link_list.html b/templates/link_list.html
index d20d74b..f020995 100644
--- a/templates/link_list.html
+++ b/templates/link_list.html
@@ -2,7 +2,8 @@
{{ define "title" }}{{ .title }}{{ end }}
<form method="GET"
    action="{{ if .isUserDomain }}/{{ else }}{{if .isPopular}}{{reverse "core:popular_link_list"}}{{else if .isOrgLink}}{{.currURL}}{{else}}{{reverse "core:recent_link_list"}}{{end}}{{ end }}{{if .hasUnreadFilter}}?filter=unread{{else if .hasStarredFilter}}?filter=starred{{end}}"
    id="advanced-search-form">
    id="advanced-search-form"
    class="container">
    <section class="app-header app-header-advanced-search">
        <h1 class="app-header__title">{{ if .isOrgLink }}{{ .org.Name }} {{.pd.Title}}{{else if not .isPopular}}{{.pd.Data.recent}}{{else}}{{.pd.Data.popular}}{{end}}</h1>
        <div class="app-header__search app-header__search--stack">
@@ -40,7 +41,7 @@
    </section>
    {{end}}
</form>
<section class="card shadow-card">
<section class="card shadow-card container">
  {{if .rssURL}}
    <a href="{{buildURL .rssURL}}{{if .queries}}?{{.queries}}{{end}}" class="pull-right tooltip-link-rss" data-tooltip="RSS Feed{{if .queries}} (filtered){{end}}">
        <svg style="width:20px" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
-- 
2.34.1
Applied! Thanks.