From b10aa363b2dcc81f023d0cb624d64d5950b51c66 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 23 Mar 2025 11:25:51 -0300 Subject: [PATCH] :sparkles: ags(runner): better visual for runner --- ags/style/_runner.scss | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/ags/style/_runner.scss b/ags/style/_runner.scss index 8de0e54..c352886 100644 --- a/ags/style/_runner.scss +++ b/ags/style/_runner.scss @@ -4,18 +4,6 @@ background: colors.$bg-translucent; padding: 12px; border-radius: 24px; - - & > * { - margin: 4px 0; - - &:first-child { - margin-top: 0; - } - - &:last-child { - margin-bottom: 0; - } - } & entry { background: colors.$bg-primary; @@ -37,6 +25,14 @@ & > *:hover > .result { background: colors.$bg-secondary; } + + & > *:first-child { + margin-top: 12px; + } + + &:last-child { + margin-bottom: 0; + } } & list .result {