💄 share icons
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user