mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-04 22:33:15 +00:00
dark fix, comments anchor
This commit is contained in:
parent
c7327766a3
commit
7edc475420
|
@ -63,7 +63,7 @@ input[type=text], input[type=password], textarea {
|
||||||
border-color: #333;
|
border-color: #333;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
.meta a {
|
.meta a, .activity .meta a {
|
||||||
color: #6a98af;
|
color: #6a98af;
|
||||||
}
|
}
|
||||||
#mycommunities a {
|
#mycommunities a {
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
<a href="../post/{{.PostID}}/#c{{.CommentID}}">view the rest of the comments</a>
|
<a href="../post/{{.PostID}}/#c{{.CommentID}}">view the rest of the comments</a>
|
||||||
</div>
|
</div>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<div class="commentmenu">
|
<div id="comments" class="commentmenu">
|
||||||
{{if .Comments}}{{if gt .Page 1}}(page {{ .Page }}) {{else if lt (index .Posts 0).Counts.Comments .CommentCount }}all{{else}}top{{end}} {{.CommentCount}} comments{{else}} no comments (yet){{end}}
|
{{if .Comments}}{{if gt .Page 1}}(page {{ .Page }}) {{else if lt (index .Posts 0).Counts.Comments .CommentCount }}all{{else}}top{{end}} {{.CommentCount}} comments{{else}} no comments (yet){{end}}
|
||||||
<div>
|
<div>
|
||||||
sorted by:
|
sorted by:
|
||||||
|
|
Loading…
Reference in a new issue