diff --git a/frontend/src/components/HistoryPanel.vue b/frontend/src/components/HistoryPanel.vue
index a4c72ba..a4ddd89 100644
--- a/frontend/src/components/HistoryPanel.vue
+++ b/frontend/src/components/HistoryPanel.vue
@@ -281,7 +281,7 @@ onMounted(loadVersions);
-
@@ -184,7 +184,7 @@ onMounted(async () => {
-
+
Not shared with anyone yet
@@ -231,23 +231,6 @@ onMounted(async () => {
color: var(--color-text);
}
-.btn-close {
- background: none;
- border: none;
- color: var(--color-text-muted);
- cursor: pointer;
- font-size: 1.1rem;
- padding: 0.25rem;
- line-height: 1;
- border-radius: 4px;
- transition: color 0.15s;
-}
-.btn-close:hover { color: var(--color-text); }
-
-.share-add {
- padding: 1rem 1.5rem;
- border-bottom: 1px solid var(--color-border);
-}
.share-tabs {
display: flex;
@@ -394,23 +377,4 @@ onMounted(async () => {
cursor: pointer;
}
-.btn-remove-share {
- background: none;
- border: none;
- color: var(--color-text-muted);
- cursor: pointer;
- font-size: 0.9rem;
- padding: 0.15rem 0.3rem;
- border-radius: 4px;
- transition: color 0.15s;
- flex-shrink: 0;
-}
-.btn-remove-share:hover { color: var(--color-danger, #ef4444); }
-
-.shares-empty {
- color: var(--color-text-muted);
- font-size: 0.85rem;
- text-align: center;
- padding: 0.75rem;
-}
diff --git a/frontend/src/components/SystemsSection.vue b/frontend/src/components/SystemsSection.vue
index cb9d63c..1564790 100644
--- a/frontend/src/components/SystemsSection.vue
+++ b/frontend/src/components/SystemsSection.vue
@@ -163,7 +163,7 @@ async function confirmDelete() {
@@ -133,8 +133,8 @@ onMounted(loadLogs);
{{ formatDuration(log.duration_minutes) }}
-
-
+
+