From 4c8749cb9e1e4a8d61697434e372f342def7bc70 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 8 Jun 2022 16:14:24 +0200 Subject: Migrate to bootstrap 5 --- .../src/app/+videos/+video-edit/shared/video-edit.component.scss | 8 -------- 1 file changed, 8 deletions(-) (limited to 'client/src/app/+videos/+video-edit/shared') diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss index 5344e5431..7add71886 100644 --- a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss @@ -33,10 +33,6 @@ my-peertube-checkbox { height: 100%; min-height: 300px; - .form-group { - margin-bottom: 25px; - } - input { @include peertube-input-text(100%); display: block; @@ -45,10 +41,6 @@ my-peertube-checkbox { .label-tags + span { font-size: 15px; } - - .advanced-settings .form-group { - margin-bottom: 20px; - } } .captions-header { -- cgit v1.2.3