restore border for visibility notice

This commit is contained in:
Henry Jameson 2025-08-14 21:03:25 +03:00
commit 9f481052d0

View file

@ -108,6 +108,12 @@
align-items: baseline;
}
.visibility-notice {
border: 1px solid var(--border);
border-radius: var(--roundness);
padding: 0.5em 1em
}
.visibility-notice.edit-warning {
> :first-child {
margin-top: 0;