Fix HTMX spinner background overflowing rounded edges inside quoted tweets

This commit is contained in:
Alessio 2024-03-22 21:25:39 -07:00
parent 750ad3031a
commit 125445671d

View File

@ -174,7 +174,8 @@ dialog::backdrop {
outline-width: 1px;
}
.rounded-gray-outline, .rounded-gray-outline > .tweet {
border-radius: 20px;
border-radius: 1.5em;
overflow: hidden;
}
.profile-banner-image {