From f8af2025e895c7e07e1e9dac65bf3ea731b245c0 Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Wed, 1 May 2024 23:47:14 +0100 Subject: [PATCH] Rename flex-grow to grow --- internal/assets/static/main.css | 2 +- internal/assets/templates/page.html | 2 +- internal/assets/templates/reddit-horizontal-cards.html | 2 +- internal/assets/templates/rss-cards.html | 2 +- internal/assets/templates/videos.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/internal/assets/static/main.css b/internal/assets/static/main.css index 4824536..31c49c0 100644 --- a/internal/assets/static/main.css +++ b/internal/assets/static/main.css @@ -1011,7 +1011,7 @@ body { .justify-center { justify-content: center; } .justify-end { justify-content: end; } .uppercase { text-transform: uppercase; } -.flex-grow { flex-grow: 1; } +.grow { flex-grow: 1; } .flex-column { flex-direction: column; } .items-center { align-items: center; } .items-start { align-items: start; } diff --git a/internal/assets/templates/page.html b/internal/assets/templates/page.html index e2a6dd9..61fad9e 100644 --- a/internal/assets/templates/page.html +++ b/internal/assets/templates/page.html @@ -29,7 +29,7 @@
- diff --git a/internal/assets/templates/reddit-horizontal-cards.html b/internal/assets/templates/reddit-horizontal-cards.html index 5744cea..4159bcc 100644 --- a/internal/assets/templates/reddit-horizontal-cards.html +++ b/internal/assets/templates/reddit-horizontal-cards.html @@ -12,7 +12,7 @@
{{ end }} -
+
{{ if ne "" .TargetUrl }} {{ .TargetUrlDomain }} {{ else }} diff --git a/internal/assets/templates/rss-cards.html b/internal/assets/templates/rss-cards.html index 1b5e721..75ffa5e 100644 --- a/internal/assets/templates/rss-cards.html +++ b/internal/assets/templates/rss-cards.html @@ -14,7 +14,7 @@ {{ end }} -
+
{{ .Title }}
  • {{ .PublishedAt | relativeTime }}
  • diff --git a/internal/assets/templates/videos.html b/internal/assets/templates/videos.html index 0610f8c..a71237d 100644 --- a/internal/assets/templates/videos.html +++ b/internal/assets/templates/videos.html @@ -8,7 +8,7 @@ {{ range .Videos }}
    -
    +
    {{ .Title }}
    • {{ .TimePosted | relativeTime }}