aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/buttons/button.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-10 10:04:23 +0200
committerChocobozzz <me@florianbigard.com>2022-06-10 10:04:23 +0200
commitdb129781cabca2c66d18cd1dcdfe40f87e9ec030 (patch)
treeb92ce8eaa2d5662dd53d5f84bc30bb138fbdf515 /client/src/app/shared/shared-main/buttons/button.component.ts
parent60ab5b99c76103d14c0f3ce7b3bba6d7451e2220 (diff)
downloadPeerTube-db129781cabca2c66d18cd1dcdfe40f87e9ec030.tar.gz
PeerTube-db129781cabca2c66d18cd1dcdfe40f87e9ec030.tar.zst
PeerTube-db129781cabca2c66d18cd1dcdfe40f87e9ec030.zip
Fix button icon margin
Diffstat (limited to 'client/src/app/shared/shared-main/buttons/button.component.ts')
-rw-r--r--client/src/app/shared/shared-main/buttons/button.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-main/buttons/button.component.ts b/client/src/app/shared/shared-main/buttons/button.component.ts
index b97012d9a..52936a4d4 100644
--- a/client/src/app/shared/shared-main/buttons/button.component.ts
+++ b/client/src/app/shared/shared-main/buttons/button.component.ts
@@ -20,6 +20,7 @@ export class ButtonComponent {
20 return { 20 return {
21 [this.className]: true, 21 [this.className]: true,
22 disabled: this.disabled, 22 disabled: this.disabled,
23 'icon-only': !this.label,
23 'responsive-label': this.responsiveLabel 24 'responsive-label': this.responsiveLabel
24 } 25 }
25 } 26 }