0.10.2-16 Frontend Features

This commit is contained in:
2026-03-17 10:51:28 +00:00
parent 7615cf0b47
commit 17b3aeb94e
11 changed files with 114 additions and 20 deletions
+15
View File
@@ -367,6 +367,10 @@ body {
flex-wrap: wrap;
}
.dashboard-drive-state {
margin: 0.5rem 0;
}
.settings-expert-toggle {
display: inline-flex;
align-items: center;
@@ -3808,6 +3812,17 @@ body {
margin-top: 0.2rem;
}
.runtime-chain-current {
display: flex;
flex-direction: column;
gap: 0.1rem;
padding: 0.3rem 0.45rem;
border-left: 2px solid var(--rip-border);
margin: 0.1rem 0;
background: var(--rip-surface);
border-radius: 0 0.3rem 0.3rem 0;
}
.runtime-activity-details summary {
cursor: pointer;
font-size: 0.82rem;