diff --git a/crates/frontend/public/assets/style.css b/crates/frontend/public/assets/style.css
index ed3d698..7297cd1 100644
--- a/crates/frontend/public/assets/style.css
+++ b/crates/frontend/public/assets/style.css
@@ -175,6 +175,7 @@ table {
border-radius: 12px;
margin: 12px;
box-shadow: 4px 2px 12px -6px black;
+ overflow: hidden;
.title {
font-weight: bold;
@@ -192,7 +193,6 @@ table {
.color-chip {
background: var(--color);
grid-area: color-chip;
- border-radius: 0 12px 12px 0;
}
.restore-form {
diff --git a/crates/frontend/public/templates/apple_configuration/template.xml b/crates/frontend/public/templates/apple_configuration/template.xml
index 68fc243..9563706 100644
--- a/crates/frontend/public/templates/apple_configuration/template.xml
+++ b/crates/frontend/public/templates/apple_configuration/template.xml
@@ -30,7 +30,7 @@
{{ user }} RustiCal CalDAV profile
PayloadIdentifier
- com.github.lennart-k.rustical.cal.{{ user }}
+ {{ hostname }}.cal.{{ user }}
PayloadOrganization
RustiCal
@@ -71,7 +71,7 @@
{{ user }} RustiCal CardDAV profile
PayloadIdentifier
- com.github.lennart-k.rustical.card.{{ user }}
+ {{ hostname }}.card.{{ user }}
PayloadOrganization
RustiCal
@@ -95,7 +95,7 @@
RustiCal CalDAV/CardDAV
PayloadIdentifier
- com.github.lennart-k.rustical.{{ user }}
+ {{ hostname }}.{{ user }}
PayloadOrganization
{{ hostname }}