espelhamento de
https://gitea.phreedom.club/localhost_frssoft/bloat.git
sincronizado 2025-07-15 14:14:21 +00:00
Fix CSS issues
- fix text wrapping on reply popup - fix margin for media links
Esse commit está contido em:
pai
471e73d200
commit
856fe9e8c7
3 arquivos alterados com 21 adições e 29 exclusões
|
@ -70,19 +70,15 @@
|
|||
</div>
|
||||
<div class="status-reply-container">
|
||||
{{if .InReplyToID}}
|
||||
<div class="status-reply-to">
|
||||
<a class="status-reply-to-link" href="{{if not .ShowReplies}}/thread/{{.InReplyToID}}{{end}}#status-{{.InReplyToID}}">
|
||||
in reply to {{if .IDNumbers}}#{{index .IDNumbers .InReplyToID}}{{end}} {{if .Pleroma.InReplyToAccountAcct}}@{{.Pleroma.InReplyToAccountAcct}}{{else if not .IDNumbers}}{{.InReplyToID}}{{end}}
|
||||
</a>
|
||||
</div>
|
||||
<a class="status-reply-to-link" href="{{if not .ShowReplies}}/thread/{{.InReplyToID}}{{end}}#status-{{.InReplyToID}}">
|
||||
in reply to {{if .IDNumbers}}#{{index .IDNumbers .InReplyToID}}{{end}} {{if .Pleroma.InReplyToAccountAcct}}@{{.Pleroma.InReplyToAccountAcct}}{{else if not .IDNumbers}}{{.InReplyToID}}{{end}}
|
||||
</a>
|
||||
{{if index .IDReplies .ID}} <span class="status-reply-info-divider"> - </span> {{end}}
|
||||
{{end}}
|
||||
{{if .ShowReplies}}
|
||||
{{if index .IDReplies .ID}} <span class="status-reply-text"> replies: </span> {{end}}
|
||||
{{range index .IDReplies .ID}}
|
||||
<div class="status-reply">
|
||||
<a class="status-reply-link" href="#status-{{.ID}}">#{{.Number}}</a>
|
||||
</div>
|
||||
<a class="status-reply-link" href="#status-{{.ID}}">#{{.Number}}</a>
|
||||
{{end}}
|
||||
{{end}}
|
||||
</div>
|
||||
|
|
Carregando…
Adicionar tabela
Adicionar um link
Referência em uma nova issue