aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-22 14:02:36 +0100
committerChocobozzz <me@florianbigard.com>2020-01-22 14:14:14 +0100
commit496b02e38f272622a84ba22db412858d478ae7b0 (patch)
tree6f3d6dace4b4e2a435ebbb465da3c2f09a61bd3c /client/src/app/+accounts/accounts.component.scss
parent36619ac8f50daf51a46658f0b530495ba3a0b6bf (diff)
downloadPeerTube-496b02e38f272622a84ba22db412858d478ae7b0.tar.gz
PeerTube-496b02e38f272622a84ba22db412858d478ae7b0.tar.zst
PeerTube-496b02e38f272622a84ba22db412858d478ae7b0.zip
Fix is managaeble error
Diffstat (limited to 'client/src/app/+accounts/accounts.component.scss')
-rw-r--r--client/src/app/+accounts/accounts.component.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/+accounts/accounts.component.scss b/client/src/app/+accounts/accounts.component.scss
index a06f04055..96484c9d3 100644
--- a/client/src/app/+accounts/accounts.component.scss
+++ b/client/src/app/+accounts/accounts.component.scss
@@ -17,12 +17,10 @@
17 17
18 a { 18 a {
19 @include peertube-button-outline; 19 @include peertube-button-outline;
20 height: auto;
21 line-height: 32px;
22 } 20 }
23 21
24 my-subscribe-button { 22 my-subscribe-button {
25 height: min-content; 23 min-height: 30px;
26 } 24 }
27} 25}
28 26