mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
search_pills: Correct border radius to match images.
This commit is contained in:
@@ -256,7 +256,8 @@
|
|||||||
in the area. */
|
in the area. */
|
||||||
height: calc(var(--height-input-pill) - 2px);
|
height: calc(var(--height-input-pill) - 2px);
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 3px;
|
/* Match border radius to image */
|
||||||
|
border-radius: 4px;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto 1fr auto;
|
grid-template-columns: auto 1fr auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user