mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
apple profiles add hostname to identifier to prevent collisions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user