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