Add some borders. Fix style override when switching pages

This commit is contained in:
2026-02-12 20:00:43 +01:00
parent ec1c8b0f5b
commit cc417535fa
6 changed files with 54 additions and 58 deletions

View File

@@ -185,7 +185,7 @@ onMount(() => {
max-width: 100%;
background: var(--body_background);
border-radius: 8px;
padding: 2px;
border: 1px solid var(--separator);
text-align: initial;
}
.card_component {