diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-19 12:55:02 -0300 |
---|---|---|
committer | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-19 12:55:02 -0300 |
commit | bc0c2f99fd41da73b5f47b94d4635ece378620e0 (patch) | |
tree | 576cb75c76e22f40fcb24a922218cf8024f67352 /static/manage.html | |
parent | afa9e221d07ac0e246daadef33e911bc86fd74eb (diff) |
theme news, fix mod page
Diffstat (limited to 'static/manage.html')
-rw-r--r-- | static/manage.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/manage.html b/static/manage.html index 3bd621b..dc25468 100644 --- a/static/manage.html +++ b/static/manage.html @@ -20,7 +20,7 @@ {{ $board := .Board }} {{ $key := .Key }} {{ if .IsLocal }} -<div id="following" class="popup-box" style="margin-bottom: 25px; margin-top: 5px; padding: 12px;"> +<div id="following" class="box2" style="margin-bottom: 25px; margin-top: 5px; padding: 12px;"> <h4 style="margin: 0; margin-bottom: 5px;">Following</h4> {{ if .AutoSubscribe }}<a title="Auto Follow is On" href="/autosubscribe?board={{ .Board.Name }}">[Toggle Auto Follow Off]{{ else }}<a title="Auto Follow is Off" href="/autosubscribe?board={{ .Board.Name }}">[Toggle Auto Follow On]{{ end }}</a> <form id="follow-form" action="/{{ .Key }}/{{ .Board.Name }}/follow" method="post" enctype="application/x-www-form-urlencoded" style="margin-top: 5px;"> @@ -36,7 +36,7 @@ </ul> </div> -<div id="followers" class="popup-box" style="margin-bottom: 25px; padding: 12px;"> +<div id="followers" class="box2" style="margin-bottom: 25px; padding: 12px;"> <h4 style="margin: 0; margin-bottom: 5px;">Followers</h4> <ul style="display: inline-block; padding: 0; margin: 0; list-style-type: none;"> {{ range .Followers }} @@ -46,7 +46,7 @@ </div> {{ end }} -<div id="reported" class="popup-box" style="margin-bottom: 25px; padding: 12px;"> +<div id="reported" class="box2" style="margin-bottom: 25px; padding: 12px;"> <h4 style="margin: 0; margin-bottom: 5px;">Reported</h4> <ul style="display: inline-block; padding: 0; margin: 0; list-style-type: none;"> {{ $domain := .Domain }} |