whitespace removal

This commit is contained in:
Yuri Kuznetsov
2025-10-15 12:56:15 +03:00
parent 99c64770dd
commit e67ab0fd4d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
<div class="buttons-panel margin hide floated-row clearfix">
<div>
<button class="btn btn-primary btn-xs-wide post">{{translate 'Post'}}</button>
{{#if allowInternalNotes}}
{{~#if allowInternalNotes~}}
<span
style="cursor: pointer;"
class="internal-mode-switcher{{#if isInternalNoteMode}} enabled{{/if}} action"
@@ -12,7 +12,7 @@
>
<span class="fas fa-lock"></span>
</span>
{{/if}}
{{~/if~}}
</div>
<div class="attachments-container">
{{{attachments}}}
+1 -1
View File
@@ -3415,7 +3415,7 @@ table.table td.cell .html-container {
.post-container {
.internal-mode-switcher {
color: var(--text-muted-color);
margin-left: var(--10px);
margin-left: var(--14px);
display: inline-block;
position: relative;
top: var(--2px);