Compare commits

..

No commits in common. "aeba4e668288eee39ec1d10b18320f8f5a3091db" and "a4a97a649877e780b49dea4d3016b318268dc235" have entirely different histories.

2 changed files with 2 additions and 14 deletions

View file

@ -27,16 +27,6 @@ frame, body {
overflow-wrap: break-word;
}
.pleroma-reactions #place-react{
border: 1px solid grey;
background-color: transparent
}
.pleroma-reactions #place-unreact{
border: 1px solid bisque;
background-color: transparent
}
.status-name {
overflow-wrap: break-word;
}

View file

@ -1,5 +1,4 @@
{{with .Data}}
{{if .Muted}}<details><summary> muted post </summary>{{end}}
<div id="status-{{.ID}}" class="status-container-container">
{{if .Reblog}}
<details>
@ -117,9 +116,9 @@
<input type="hidden" name="csrf_token" value="{{$.Ctx.CSRFToken}}">
<input type="hidden" name="referrer" value="{{$.Ctx.Referrer}}">
{{if .Url}}
<input id="place-{{$react}}" type="image" src="{{.Url}}" title="{{.Name}}{{.Count}}*" {{if eq $react "unreact"}}height=36 width=36 {{else}} height=32 width=32 {{end}} class="pleroma-emoji">
<input type="image" src="{{.Url}}" title="{{.Name}}{{.Count}}*" {{if eq $react "unreact"}}height=36 width=36 {{else}} height=32 width=32 {{end}} class="pleroma-emoji">
{{else}}
<input id="place-{{$react}}" type="submit" value="{{.Name}}{{.Count}}{{if eq $react "unreact"}}*{{end}}" class="pleroma-emoji">
<input type="submit" value="{{.Name}}{{.Count}}{{if eq $react "unreact"}}*{{end}}" class="pleroma-emoji">
{{end}}
</form>
{{end}}
@ -294,5 +293,4 @@
{{end}}
{{end}}
</div>
{{if .Muted}}</details>{{end}}
{{end}}