From 31acd4189b40c76a30696075c706560cfb7dad82 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 16 Apr 2021 18:02:42 +0200 Subject: [PATCH] adjust nsfw dialog spacing --- style/shiny/nsfw-warning.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style/shiny/nsfw-warning.css b/style/shiny/nsfw-warning.css index 5b3fe01..0a019b3 100644 --- a/style/shiny/nsfw-warning.css +++ b/style/shiny/nsfw-warning.css @@ -56,6 +56,8 @@ display: flex; justify-content: center; + + margin-top: 1em; } .dialog button + button { @@ -72,11 +74,11 @@ color: black; } -button.yes { +.dialog .yes { background: hsl(100deg, 70%, 80%); } -button.no { +.dialog .no { background: hsl(5deg, 70%, 80%); }