diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-13 10:39:26 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-13 10:39:26 +0100 |
commit | 9c1a88e3a1dc2a9d97ba0d798c664234541f1dba (patch) | |
tree | 2ac4074463971e698851bff9c32a79f6e7df5a52 /client/src/app/shared | |
parent | c9c43612d528d8ff3132efa8d0eb4541ea651f5e (diff) | |
download | PeerTube-9c1a88e3a1dc2a9d97ba0d798c664234541f1dba.tar.gz PeerTube-9c1a88e3a1dc2a9d97ba0d798c664234541f1dba.tar.zst PeerTube-9c1a88e3a1dc2a9d97ba0d798c664234541f1dba.zip |
Move orange admin buttons on the left side
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-moderation/moderation.scss | 1 | ||||
-rw-r--r-- | client/src/app/shared/shared-moderation/server-blocklist.component.html | 11 |
2 files changed, 7 insertions, 5 deletions
diff --git a/client/src/app/shared/shared-moderation/moderation.scss b/client/src/app/shared/shared-moderation/moderation.scss index c57872bae..4a4e05535 100644 --- a/client/src/app/shared/shared-moderation/moderation.scss +++ b/client/src/app/shared/shared-moderation/moderation.scss | |||
@@ -105,7 +105,6 @@ my-action-dropdown.show { | |||
105 | background: transparent; | 105 | background: transparent; |
106 | display: inline-flex; | 106 | display: inline-flex; |
107 | justify-content: center; | 107 | justify-content: center; |
108 | align-items: center; | ||
109 | position: relative; | 108 | position: relative; |
110 | 109 | ||
111 | img { | 110 | img { |
diff --git a/client/src/app/shared/shared-moderation/server-blocklist.component.html b/client/src/app/shared/shared-moderation/server-blocklist.component.html index 225d49c1b..a6e974b36 100644 --- a/client/src/app/shared/shared-moderation/server-blocklist.component.html +++ b/client/src/app/shared/shared-moderation/server-blocklist.component.html | |||
@@ -11,6 +11,13 @@ | |||
11 | > | 11 | > |
12 | <ng-template pTemplate="caption"> | 12 | <ng-template pTemplate="caption"> |
13 | <div class="caption"> | 13 | <div class="caption"> |
14 | <div class="left-buttons"> | ||
15 | <a class="block-button" (click)="addServersToBlock()" (key.enter)="addServersToBlock()"> | ||
16 | <my-global-icon iconName="add" aria-hidden="true"></my-global-icon> | ||
17 | <ng-container i18n>Mute domain</ng-container> | ||
18 | </a> | ||
19 | </div> | ||
20 | |||
14 | <div class="ml-auto has-feedback has-clear"> | 21 | <div class="ml-auto has-feedback has-clear"> |
15 | <input | 22 | <input |
16 | type="text" name="table-filter" id="table-filter" i18n-placeholder placeholder="Filter..." | 23 | type="text" name="table-filter" id="table-filter" i18n-placeholder placeholder="Filter..." |
@@ -19,10 +26,6 @@ | |||
19 | <a class="glyphicon glyphicon-remove-sign form-control-feedback form-control-clear" (click)="resetSearch()"></a> | 26 | <a class="glyphicon glyphicon-remove-sign form-control-feedback form-control-clear" (click)="resetSearch()"></a> |
20 | <span class="sr-only" i18n>Clear filters</span> | 27 | <span class="sr-only" i18n>Clear filters</span> |
21 | </div> | 28 | </div> |
22 | <a class="ml-2 block-button" (click)="addServersToBlock()" (key.enter)="addServersToBlock()"> | ||
23 | <my-global-icon iconName="add" aria-hidden="true"></my-global-icon> | ||
24 | <ng-container i18n>Mute domain</ng-container> | ||
25 | </a> | ||
26 | </div> | 29 | </div> |
27 | </ng-template> | 30 | </ng-template> |
28 | 31 | ||