Don't round the top corners
This commit is contained in:
@ -67,7 +67,7 @@
|
|||||||
transition-duration: var(--transition);
|
transition-duration: var(--transition);
|
||||||
transition-property: right, left, border-bottom;
|
transition-property: right, left, border-bottom;
|
||||||
border-bottom: 0.25rem solid var(--fg-muted-2);
|
border-bottom: 0.25rem solid var(--fg-muted-2);
|
||||||
border-radius: 999px;
|
border-radius: 0 0 0.25rem 0.25rem;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user