whitespace removal
This commit is contained in:
@@ -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}}}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user