From 1d8e5651dedf56470d10b94a0022942a91cde6cd Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Mon, 16 Aug 2021 15:56:41 -0300 Subject: devchan why the hell did you use style attributes --- static/top.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/top.html') diff --git a/static/top.html b/static/top.html index 0081fc7..e37f221 100644 --- a/static/top.html +++ b/static/top.html @@ -1,6 +1,6 @@ {{ define "top" }}
-

/{{ .Board.Name }}/ - {{ .Board.PrefName }}

+

/{{ .Board.Name }}/ - {{ .Board.PrefName }}

{{ .Board.Summary }}

{{ $len := len .Posts }} {{ if eq $len 0 }} -- cgit v1.2.3 From 7027fdd87011962b2b177342a462d54737e03501 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Wed, 18 Aug 2021 12:57:26 -0300 Subject: theme newpost at top of page --- static/top.html | 128 +++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 84 insertions(+), 44 deletions(-) (limited to 'static/top.html') diff --git a/static/top.html b/static/top.html index e37f221..1460d96 100644 --- a/static/top.html +++ b/static/top.html @@ -5,35 +5,55 @@ {{ $len := len .Posts }} {{ if eq $len 0 }} {{ if .Board.InReplyTo }} - + {{ else }} - + {{ end }}
-
-
-
-
- {{ if .Board.InReplyTo }}{{ end }}
- {{ if eq .Board.InReplyTo "" }} -
-
- {{ end }} -
-
+ + + + + + + + + + + + {{ if eq .Board.InReplyTo "" }} + + + + + {{ end }} + + + + + + + + + + + + +
+ X +
{{ if .Board.InReplyTo }}{{ end }}
+
Mark sensitive
+
+ +
+ +
+ -

- Mark attachment as sensitive

- -
-
-
- -
@@ -41,37 +61,57 @@ {{ if eq (index .Posts 0).Type "Note" }} {{ if .Board.InReplyTo }} - + {{ else }} - + {{ end }} {{ $len := len .Posts }}
-
-
-
-
- {{ if .Board.InReplyTo }}{{ end }}
- {{ if eq .Board.InReplyTo "" }} -
-
- {{ end }} -
-
+ + + + + + + + + + + {{ if eq .Board.InReplyTo "" }} + + + + + {{ end }} + + + + + + + + + + + + +
+ X +
{{ if .Board.InReplyTo }}{{ end }}
+
Mark sensitive
+
+ +
+ +
+ - -

- Mark attachment as sensitive

- -
-
-
- -
-
+ +
+
{{ else }}

Archived Post

-- cgit v1.2.3 From d2cb70e8725371a72c0f9db36ad734041f4fb977 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Wed, 18 Aug 2021 13:25:28 -0300 Subject: themeable popup --- static/top.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/top.html') diff --git a/static/top.html b/static/top.html index 1460d96..94abad7 100644 --- a/static/top.html +++ b/static/top.html @@ -16,7 +16,7 @@ - X + [X] @@ -73,7 +73,7 @@ - X + [X] -- cgit v1.2.3