apple profiles add hostname to identifier to prevent collisions

This commit is contained in:
Lennart
2025-04-27 17:16:55 +02:00
parent 96a3d84088
commit d9b624ba8e
2 changed files with 4 additions and 4 deletions

View File

@@ -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 {