fix selection of contact info

This commit is contained in:
2025-08-03 17:49:21 -07:00
parent 8454d09247
commit 9bbc5ab283

View File

@@ -40,7 +40,6 @@ p {
#contact-info-container { #contact-info-container {
min-height: 57px; min-height: 57px;
max-width: 162.13px; max-width: 162.13px;
user-select: none;
} }
#contact-info-container * { #contact-info-container * {
@@ -54,6 +53,7 @@ p {
.cover { .cover {
cursor: pointer; cursor: pointer;
background: #000000; background: #000000;
user-select: none;
} }
.centerer { .centerer {