From b0f08c5962841a64ddf92d3f747d0135af842bbf Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Tue, 1 Oct 2024 14:54:26 -0600 Subject: [PATCH] Fix video button styling --- static/style/video.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/static/style/video.css b/static/style/video.css index 077f773..68c1032 100644 --- a/static/style/video.css +++ b/static/style/video.css @@ -22,16 +22,22 @@ button { .media-card button { display: inline-block; padding: 10px 15px; - margin: 1rem; + margin-bottom: 1rem; + margin-left: 1rem; + margin-right: 1rem; text-decoration: none; border-radius: 4px; } +.media-card form { + padding-top: 0; + margin-top: 0; +} + .media-card a { display: inline-block; padding: 10px 15px; margin: 1rem; - margin-bottom: 0; background-color: #007bff; color: white; text-decoration: none; @@ -81,6 +87,8 @@ button { .delete-button { background-color: red; color: white; + margin-top: 0; + padding-top: 0; } .transcode-button {