UX: fix border-radius for dropdown in chat msg actions (#25881)

This commit is contained in:
chapoi
2024-02-26 16:50:12 +02:00
committed by GitHub
parent 0dfd30f587
commit ff9c6ce934

View File

@@ -80,6 +80,7 @@
padding: 0.5em 0;
width: 2.5em;
transition: background 0.2s, border-color 0.2s;
border-radius: var(--d-border-radius);
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;