feat: enhance SVG handling by updating color targets and adding SVG source retrieval; refactor Actions and InlineSvg components for improved functionality

This commit is contained in:
sha
2025-05-16 12:25:33 +03:00
parent cd753de3db
commit 6b4bada5f4
5 changed files with 143 additions and 57 deletions
+2 -3
View File
@@ -393,7 +393,7 @@
top: 110%;
right: auto;
left: 0;
min-width: 200px; /* Increased width from 160px */
min-width: 200px;
background: var(--color-card, #fff);
color: var(--color-text, #222);
border: 1px solid var(--color-border, #ddd);
@@ -407,7 +407,6 @@
pointer-events: auto;
}
/* Dropdown menus are positioned with JavaScript instead of CSS */
.dropdown-item {
background: none;
color: var(--color-text, #222);
@@ -439,7 +438,7 @@
padding-left: 5px;
white-space: nowrap;
}
/* Notification styles moved to Notification.svelte */
.notification-overlay {
position: fixed;
top: 20px;