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 class="buttons-panel margin hide floated-row clearfix">
<div> <div>
<button class="btn btn-primary btn-xs-wide post">{{translate 'Post'}}</button> <button class="btn btn-primary btn-xs-wide post">{{translate 'Post'}}</button>
{{#if allowInternalNotes}} {{~#if allowInternalNotes~}}
<span <span
style="cursor: pointer;" style="cursor: pointer;"
class="internal-mode-switcher{{#if isInternalNoteMode}} enabled{{/if}} action" class="internal-mode-switcher{{#if isInternalNoteMode}} enabled{{/if}} action"
@@ -12,7 +12,7 @@
> >
<span class="fas fa-lock"></span> <span class="fas fa-lock"></span>
</span> </span>
{{/if}} {{~/if~}}
</div> </div>
<div class="attachments-container"> <div class="attachments-container">
{{{attachments}}} {{{attachments}}}
+1 -1
View File
@@ -3415,7 +3415,7 @@ table.table td.cell .html-container {
.post-container { .post-container {
.internal-mode-switcher { .internal-mode-switcher {
color: var(--text-muted-color); color: var(--text-muted-color);
margin-left: var(--10px); margin-left: var(--14px);
display: inline-block; display: inline-block;
position: relative; position: relative;
top: var(--2px); top: var(--2px);