FIX: Remove border-radius from thread list item (#23878)

This commit is contained in:
Jordan Vidrine 2023-10-10 10:09:16 -05:00 committed by GitHub
parent df90c7f0c1
commit 6d7c589740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
flex-direction: row;
padding: 1rem 0;
margin-inline: 1rem 0.75rem;
border-radius: var(--d-border-radius);
border-bottom: 1px solid var(--primary-low);
cursor: pointer;
}