Fix error panel buttons to display side by side

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-02-02 11:33:42 -08:00
parent eff2635725
commit c264969016
2 changed files with 12 additions and 3 deletions

View File

@@ -1157,8 +1157,13 @@ body.sacn-mode .node:not(.sacn-out):not(.sacn-in):hover .node-info-wrapper {
margin-top: 2px;
}
.error-item button {
.error-item .error-buttons {
display: flex;
gap: 6px;
align-self: flex-end;
}
.error-item button {
padding: 2px 6px;
border: none;
background: #555;