forked from AkkomaGang/akkoma-fe
Merge branch 'fix-css-notif-button' into 'develop'
Fix white line below buttons in notifications See merge request pleroma/pleroma-fe!153
This commit is contained in:
commit
f74ad6d3e1
1 changed files with 5 additions and 2 deletions
|
@ -129,8 +129,11 @@
|
|||
word-break: break-word;
|
||||
border-left-width: 0px;
|
||||
line-height: 18px;
|
||||
border-bottom: 1px solid;
|
||||
border-bottom-color: inherit;
|
||||
|
||||
.timeline & {
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
.notify {
|
||||
.avatar {
|
||||
|
|
Loading…
Reference in a new issue