mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-05 06:43:21 +00:00
no post title hover, no post sort when no comments
This commit is contained in:
parent
7edc475420
commit
8dcbb2665e
|
@ -436,7 +436,7 @@ form.nsfw div {
|
|||
display: inline-block;
|
||||
margin-right: 5px !important;
|
||||
}
|
||||
.buttons a:hover, .title a:hover, .buttons > form input:hover, .comment .buttons form input:hover {
|
||||
.buttons a:hover, .buttons > form input:hover, .comment .buttons form input:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.entry {
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
{{ if and .Session (eq .User.PersonView.Person.ID .Session.UserID) }}
|
||||
<li {{if eq .Op "Saved"}}class="selected"{{end}}><a href="?view=Saved">saved</a></li>
|
||||
{{ end }}
|
||||
{{ else if .Comments -}}
|
||||
{{ else if or .Comments .PostID -}}
|
||||
<li class="selected"><a href="">comments</a></li>
|
||||
{{ else if and .Activities (not .Query) }}
|
||||
<li class="selected"><a href="">mailbox</a></li>
|
||||
|
|
Loading…
Reference in a new issue