aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-08-23 15:28:03 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-08-23 15:28:03 +0200
commitb5d6b94c1e192cc7b6ace0e73fc8edee2dc510ef (patch)
treefbb43dd5ca50d4d137e6cd61d7cdd5781f6db9e0 /client/src
parent9ab1071c8d90d112f1031cf006ed621011553e84 (diff)
downloadPeerTube-b5d6b94c1e192cc7b6ace0e73fc8edee2dc510ef.tar.gz
PeerTube-b5d6b94c1e192cc7b6ace0e73fc8edee2dc510ef.tar.zst
PeerTube-b5d6b94c1e192cc7b6ace0e73fc8edee2dc510ef.zip
Client: make friends url button (+/-) -> same width
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/admin/friends/friend-add/friend-add.component.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/admin/friends/friend-add/friend-add.component.scss b/client/src/app/admin/friends/friend-add/friend-add.component.scss
index cb597e12b..5fde51636 100644
--- a/client/src/app/admin/friends/friend-add/friend-add.component.scss
+++ b/client/src/app/admin/friends/friend-add/friend-add.component.scss
@@ -1,3 +1,7 @@
1table { 1table {
2 margin-bottom: 40px; 2 margin-bottom: 40px;
3} 3}
4
5.input-group-btn button {
6 width: 35px;
7}