dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 03855b1c9d25daea4dffe2ff3a4751994aa7827b
parent ee3ffb45b685813ce8ac6ce243e9827379fcaf83
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 12 Jan 2023 16:27:32 -0800

fix spaces

Diffstat:
Mpkg/web/public/views/pages/chat-messages.gohtml | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/pkg/web/public/views/pages/chat-messages.gohtml b/pkg/web/public/views/pages/chat-messages.gohtml @@ -196,11 +196,11 @@ {{- end -}} {{- else if $.AuthUser.IsModerator }} {{- if $.AuthUser.DisplayDeleteButton -}} - <div style="display: inline-block; width: 16px;"></div> + <div style="display: inline-block; width: 16px;"></div>&nbsp; {{- end -}} {{- else -}} {{- if $.AuthUser.DisplayDeleteButton -}} - <div style="display: inline-block; width: 16px;"></div> + <div style="display: inline-block; width: 16px;"></div>&nbsp; {{- end -}} {{- end -}} {{- if $.AuthUser.IsModerator -}} @@ -223,24 +223,24 @@ {{- end -}} {{- else -}} {{- if and $.AuthUser.DisplayKickButton $.AuthUser.DisplayHellbanButton -}} - <div style="display: inline-block; width: 36px;"></div> + <div style="display: inline-block; width: 36px;"></div>&nbsp; {{- else if or $.AuthUser.DisplayKickButton $.AuthUser.DisplayHellbanButton -}} - <div style="display: inline-block; width: 16px;"></div> + <div style="display: inline-block; width: 16px;"></div>&nbsp; {{- end -}} {{- end -}} {{- end -}} {{- else -}} {{- if $.AuthUser.IsModerator -}} {{- if eq $.Data.NbButtons 3 -}} - <div style="display: inline-block; width: 56px;"></div> + <div style="display: inline-block; width: 56px;"></div>&nbsp; {{- else if eq $.Data.NbButtons 2 -}} - <div style="display: inline-block; width: 36px;"></div> + <div style="display: inline-block; width: 36px;"></div>&nbsp; {{- else if eq $.Data.NbButtons 1 -}} - <div style="display: inline-block; width: 16px;"></div> + <div style="display: inline-block; width: 16px;"></div>&nbsp; {{- end -}} {{- else -}} {{- if $.AuthUser.DisplayDeleteButton -}} - <div style="display: inline-block; width: 16px;"></div> + <div style="display: inline-block; width: 16px;"></div>&nbsp; {{- end -}} {{- end -}} {{- end -}}