ags(runner): better visual for runner

This commit is contained in:
retrozinndev
2025-03-23 11:25:51 -03:00
parent 3fa13c368c
commit b10aa363b2
+8 -12
View File
@@ -5,18 +5,6 @@
padding: 12px;
border-radius: 24px;
& > * {
margin: 4px 0;
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
}
& entry {
background: colors.$bg-primary;
padding: 10px 9px;
@@ -37,6 +25,14 @@
& > *:hover > .result {
background: colors.$bg-secondary;
}
& > *:first-child {
margin-top: 12px;
}
&:last-child {
margin-bottom: 0;
}
}
& list .result {