forked from AkkomaGang/akkoma-fe
Fix red border not appearing on the last notification.
This commit is contained in:
parent
7aa1f02e38
commit
bd7a05dee1
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border: none
|
border-bottom: none;
|
||||||
|
border-radius: 0 0 10px 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue