aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-06-19 15:14:13 +0200
committerChocobozzz <me@florianbigard.com>2019-06-19 15:14:13 +0200
commitee1d0dfb6d179d8742b6a3eb6ffce6a08fb16c9f (patch)
tree8a30a4b24018b3443c1f5c52a15d565189292b75 /client/src/app/+accounts/accounts.component.scss
parentccfcdb6785111685d4385e345545b6f89520a9a0 (diff)
downloadPeerTube-ee1d0dfb6d179d8742b6a3eb6ffce6a08fb16c9f.tar.gz
PeerTube-ee1d0dfb6d179d8742b6a3eb6ffce6a08fb16c9f.tar.zst
PeerTube-ee1d0dfb6d179d8742b6a3eb6ffce6a08fb16c9f.zip
Improve account username copy button
Diffstat (limited to 'client/src/app/+accounts/accounts.component.scss')
-rw-r--r--client/src/app/+accounts/accounts.component.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/client/src/app/+accounts/accounts.component.scss b/client/src/app/+accounts/accounts.component.scss
index 3cedda889..273e5c43a 100644
--- a/client/src/app/+accounts/accounts.component.scss
+++ b/client/src/app/+accounts/accounts.component.scss
@@ -15,4 +15,10 @@ my-user-moderation-dropdown,
15 15
16.badge { 16.badge {
17 font-size: 13px; 17 font-size: 13px;
18} \ No newline at end of file 18}
19
20.copy-button {
21 border: none;
22 padding: 5px;
23 margin-top: -2px;
24}