forked from AkkomaGang/akkoma-fe
fix reply popovers being too slim
This commit is contained in:
parent
815f230ac7
commit
36c9368ae5
1 changed files with 3 additions and 1 deletions
|
@ -154,7 +154,9 @@ $status-margin: 0.75em;
|
|||
}
|
||||
|
||||
.reply-to-popover {
|
||||
position: relative;
|
||||
.reply-to {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.reply-to:hover::before {
|
||||
content: '';
|
||||
|
|
Loading…
Reference in a new issue