~netlandish/links

5712b30ac82beddb575b639082f2c13a6ffe6733 — Rael Monge 4 months ago f422279
Making the bookmark list page less wide
1 files changed, 3 insertions(+), 2 deletions(-)

M templates/link_list.html
M templates/link_list.html => templates/link_list.html +3 -2
@@ 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">