💥 fix(runner): result selection not working, scrolledwindow not scrolling automatically with focused row

This commit is contained in:
retrozinndev
2025-07-27 17:51:10 -03:00
parent d3df0f0aec
commit a67da99839
8 changed files with 214 additions and 156 deletions
+7 -13
View File
@@ -16,24 +16,18 @@
margin-top: -6px;
.device {
margin-bottom: 5px;
margin-bottom: 6px;
font-size: 14px;
font-weight: 600;
}
levelbar {
trough block {
border-radius: 3px;
background: colors.$bg-primary;
levelbar trough block {
border-radius: 3px;
background: colors.$bg-primary;
&.empty {
border-radius: 3px;
}
&.filled {
min-height: 8px;
background: colors.$bg-secondary;
}
&.filled {
min-height: 8px;
background: colors.$bg-secondary;
}
}