From 765639c8fd755bb2cc0c9e3d68e6b15576862cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Mon, 1 Jan 2024 16:11:09 +0100 Subject: [PATCH] Added padding to poll options --- TangerineUI-cherry.css | 3 ++- TangerineUI-purple.css | 3 ++- TangerineUI.css | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 8270f6b..b5ee880 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1530,7 +1530,8 @@ body.app-body { display: none; } .app-body .poll li { - margin-bottom: 5px; + margin-bottom: 4px; + padding-bottom: 1px; position: relative; border-radius: 8px; overflow: hidden; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index c708e41..792a3e0 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1530,7 +1530,8 @@ body.app-body { display: none; } .app-body .poll li { - margin-bottom: 5px; + margin-bottom: 4px; + padding-bottom: 1px; position: relative; border-radius: 8px; overflow: hidden; diff --git a/TangerineUI.css b/TangerineUI.css index 33b7d52..a76a8e7 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1530,7 +1530,8 @@ body.app-body { display: none; } .app-body .poll li { - margin-bottom: 5px; + margin-bottom: 4px; + padding-bottom: 1px; position: relative; border-radius: 8px; overflow: hidden;