feat(desktop): startup errors shown

This commit is contained in:
Adam
2025-12-17 15:42:50 -06:00
parent b4209582fb
commit e48d804d84
7 changed files with 360 additions and 264 deletions

View File

@@ -42,7 +42,7 @@
[data-slot="input-wrapper"] {
display: flex;
align-items: center;
align-items: start;
justify-content: space-between;
width: 100%;
padding-right: 4px;
@@ -101,8 +101,16 @@
}
}
textarea[data-slot="input-input"] {
height: auto;
min-height: 32px;
padding: 6px 12px;
resize: none;
}
[data-slot="input-copy-button"] {
flex-shrink: 0;
margin-top: 4px;
color: var(--icon-base);
&:hover {