✨ ags(runner): better visual for runner
This commit is contained in:
+8
-12
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user