multiple bugs, better outbound gateway UX

This commit is contained in:
Matt Hill
2026-03-05 23:20:13 -07:00
parent 3901d38d65
commit 7693b0febc
18 changed files with 192 additions and 76 deletions

View File

@@ -70,6 +70,12 @@ hr {
min-height: fit-content;
flex: 1;
padding: 1rem;
&::after {
content: '';
display: block;
height: 1rem;
}
}
.g-aside {