Skip to content

Commit 97f26b5

Browse files
committed
fix border radius
1 parent 9fecc59 commit 97f26b5

File tree

1 file changed

+2
-1
lines changed
  • src/shared/containers/timeline-wall/timeline-events/right-filter

1 file changed

+2
-1
lines changed

src/shared/containers/timeline-wall/timeline-events/right-filter/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
display: flex;
5151
flex-direction: column;
5252
width: 120px;
53-
border-radius: 8px;
53+
border-top-left-radius: 8px;
54+
border-bottom-left-radius: 8px;
5455
padding: 10px 0;
5556
position: fixed;
5657
right: 0;

0 commit comments

Comments
 (0)