forked from AkkomaGang/akkoma-fe
fix white line below buttons in notifications
This commit is contained in:
parent
0584272cf1
commit
764331c80b
1 changed files with 5 additions and 2 deletions
|
@ -129,8 +129,11 @@
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
border-left-width: 0px;
|
border-left-width: 0px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
border-bottom: 1px solid;
|
|
||||||
border-bottom-color: inherit;
|
.timeline & {
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
.notify {
|
.notify {
|
||||||
.avatar {
|
.avatar {
|
||||||
|
|
Loading…
Reference in a new issue