diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-28 16:18:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-28 16:18:08 +0200 |
commit | 9c0cdc5047918b959ebd5e075ddad81eb7fb93f0 (patch) | |
tree | d69a990ede132d83a5b7f1491db71e24a57ae470 /client/src/sass/bootstrap.scss | |
parent | c5f3ff39e5351ac911418c432dac235c5aefec9e (diff) | |
download | PeerTube-9c0cdc5047918b959ebd5e075ddad81eb7fb93f0.tar.gz PeerTube-9c0cdc5047918b959ebd5e075ddad81eb7fb93f0.tar.zst PeerTube-9c0cdc5047918b959ebd5e075ddad81eb7fb93f0.zip |
Fix subscription button radius
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 97f72c41f..9328a27a2 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -333,7 +333,10 @@ | |||
333 | .input-group-text > .dropdown-toggle { | 333 | .input-group-text > .dropdown-toggle { |
334 | display: flex; | 334 | display: flex; |
335 | } | 335 | } |
336 | } | ||
336 | 337 | ||
338 | .input-group, | ||
339 | .btn-group { | ||
337 | .last-in-group { | 340 | .last-in-group { |
338 | border-top-right-radius: 3px !important; | 341 | border-top-right-radius: 3px !important; |
339 | border-bottom-right-radius: 3px !important; | 342 | border-bottom-right-radius: 3px !important; |