diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-08-23 15:28:03 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-08-23 15:28:03 +0200 |
commit | b5d6b94c1e192cc7b6ace0e73fc8edee2dc510ef (patch) | |
tree | fbb43dd5ca50d4d137e6cd61d7cdd5781f6db9e0 /client/src/app | |
parent | 9ab1071c8d90d112f1031cf006ed621011553e84 (diff) | |
download | PeerTube-b5d6b94c1e192cc7b6ace0e73fc8edee2dc510ef.tar.gz PeerTube-b5d6b94c1e192cc7b6ace0e73fc8edee2dc510ef.tar.zst PeerTube-b5d6b94c1e192cc7b6ace0e73fc8edee2dc510ef.zip |
Client: make friends url button (+/-) -> same width
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/admin/friends/friend-add/friend-add.component.scss | 4 |
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 @@ | |||
1 | table { | 1 | table { |
2 | margin-bottom: 40px; | 2 | margin-bottom: 40px; |
3 | } | 3 | } |
4 | |||
5 | .input-group-btn button { | ||
6 | width: 35px; | ||
7 | } | ||