From c2f17fbe9fd60e6a342eba8d8bb885f9e0ba825d Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Wed, 29 May 2024 15:36:47 +0700 Subject: [PATCH] view: some text are hidden on mobile view --- views/devices/put/slug_input.templ | 2 +- views/devices/view.templ | 2 +- views/subreddits/put/countback.templ | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/devices/put/slug_input.templ b/views/devices/put/slug_input.templ index f30401b..85ce974 100644 --- a/views/devices/put/slug_input.templ +++ b/views/devices/put/slug_input.templ @@ -26,7 +26,7 @@ templ SlugInput(data SlugInputData) { "text-success", data.Valid != "", ) } >Slug Identifier - NOTE: Slug Identifier cannot be changed after creation + NOTE: Slug Identifier cannot be changed after creation

{ device.Name }

- { device.Slug } + { device.Slug }

{ fmt.Sprintf("%.0f \u00d7 %.0f", device.ResolutionX, device.ResolutionY) } px

Filter
diff --git a/views/subreddits/put/countback.templ b/views/subreddits/put/countback.templ index 0659345..421e7f6 100644 --- a/views/subreddits/put/countback.templ +++ b/views/subreddits/put/countback.templ @@ -20,7 +20,7 @@ templ CountbackInput(data CountbackInputData) { >
Countback - + NOTE: Non image posts are also counted in the countback!