Skip to content

Commit

Permalink
Add css class contact-item handle data empty
Browse files Browse the repository at this point in the history
  • Loading branch information
trangrta committed Dec 18, 2024
1 parent c4b8aee commit 7ad76d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/rt-ai-html.css
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,10 @@ dialog {
transition: background-color var(--transition-speed);
}

.contact-item[data-empty="true"] {
display: none !important;
}

@media screen and (min-width: 390px) {
.contact {
grid-template-columns: repeat(2, 1fr);
Expand Down

0 comments on commit 7ad76d5

Please sign in to comment.