aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add.component.scss
diff options
context:
space:
mode:
authorMs Kimsible <1877318+kimsible@users.noreply.github.com>2021-08-26 08:40:18 +0200
committerGitHub <noreply@github.com>2021-08-26 08:40:18 +0200
commit52a354ab7af7bd29ca0128fa7c501ea08aa5a343 (patch)
treed0bdd4e4e113d0b82774d6efd236a127b5f9db35 /client/src/app/+videos/+video-edit/video-add.component.scss
parent7dca45f99db58d9bb3423a3765aaee68c69bc9f2 (diff)
downloadPeerTube-52a354ab7af7bd29ca0128fa7c501ea08aa5a343.tar.gz
PeerTube-52a354ab7af7bd29ca0128fa7c501ea08aa5a343.tar.zst
PeerTube-52a354ab7af7bd29ca0128fa7c501ea08aa5a343.zip
Fix user quota alerts always displayed (#4354)
* Fix user quota alerts display on upload page * Fix border-radius upload messages alerts Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-add.component.scss')
-rw-r--r--client/src/app/+videos/+video-edit/video-add.component.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add.component.scss b/client/src/app/+videos/+video-edit/video-add.component.scss
index 26be86d29..0f0cc406c 100644
--- a/client/src/app/+videos/+video-edit/video-add.component.scss
+++ b/client/src/app/+videos/+video-edit/video-add.component.scss
@@ -11,6 +11,7 @@ $nav-link-height: 40px;
11 text-align: center; 11 text-align: center;
12 font-size: 15px; 12 font-size: 15px;
13 margin-bottom: 0; 13 margin-bottom: 0;
14 border-radius: 0;
14 15
15 &:last-child { 16 &:last-child {
16 margin-bottom: 1rem; 17 margin-bottom: 1rem;