diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-12-14 16:31:10 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-12-14 16:31:14 +0100 |
commit | 728a1236aece26bce6452c440cf85622548afab9 (patch) | |
tree | c9bfcb0261ec845af199e95be3d7087bf68d7170 /client/src/sass | |
parent | 113d4a3f734de815b1565b892dcd9b41a9e283e6 (diff) | |
download | PeerTube-728a1236aece26bce6452c440cf85622548afab9.tar.gz PeerTube-728a1236aece26bce6452c440cf85622548afab9.tar.zst PeerTube-728a1236aece26bce6452c440cf85622548afab9.zip |
restore live transcoding to live streaming tab
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/bootstrap.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 0bb349a45..ac53ae7a5 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -363,8 +363,8 @@ ngb-tooltip-window { | |||
363 | } | 363 | } |
364 | 364 | ||
365 | .callout { | 365 | .callout { |
366 | padding: 1.25rem; | 366 | padding: 1.25rem; |
367 | border: 1px solid #eee; | 367 | border: 1px solid #eee; |
368 | border-radius: .25rem; | 368 | border-radius: .25rem; |
369 | 369 | ||
370 | & > label { | 370 | & > label { |