💄 share icons

This commit is contained in:
mi
2025-11-15 18:31:33 +10:00
parent 511c9bee48
commit f71720c156
7 changed files with 43 additions and 7 deletions

View File

@@ -1134,6 +1134,23 @@ footer.compact-footer .footer-section:not(:last-child)::after {
outline-offset: 2px;
}
/* Share button icons */
.btn-with-icon {
display: inline-flex;
align-items: center;
gap: var(--space-sm);
}
.btn-with-icon .btn-icon {
width: 16px;
height: 16px;
flex-shrink: 0;
}
.btn-permalink.copied .btn-icon {
filter: invert(1);
}
/* Modal overlay */
.modal {
display: none; /* Hidden by default */