From 4a82a91f2d3370785cbeeae76c6b0ddded1f1147 Mon Sep 17 00:00:00 2001 From: "ShengYan, Zhang" Date: Mon, 8 May 2023 08:27:10 +0800 Subject: [PATCH 1/2] fix: styles on .user-prompt-buttons --- app/components/settings.module.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/components/settings.module.scss b/app/components/settings.module.scss index f257a3ca4..863147b81 100644 --- a/app/components/settings.module.scss +++ b/app/components/settings.module.scss @@ -60,13 +60,11 @@ .user-prompt-buttons { display: flex; align-items: center; + column-gap: 2px; .user-prompt-button { - height: 100%; - - &:not(:last-child) { - margin-right: 5px; - } + //height: 100%; + padding: 7px; } } } From 9bcfe6461db9fd8aa7e1dc40b3817629b212e72b Mon Sep 17 00:00:00 2001 From: "ShengYan, Zhang" Date: Mon, 8 May 2023 08:48:47 +0800 Subject: [PATCH 2/2] chore: remove an unused css name --- app/components/settings.module.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/components/settings.module.scss b/app/components/settings.module.scss index 863147b81..1eac17c16 100644 --- a/app/components/settings.module.scss +++ b/app/components/settings.module.scss @@ -69,7 +69,4 @@ } } } - - .user-prompt-actions { - } }