forked from AkkomaGang/akkoma-fe
lint
This commit is contained in:
parent
61966d290a
commit
d7c42f1469
1 changed files with 1 additions and 4 deletions
|
@ -154,10 +154,6 @@ $status-margin: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply-to-popover {
|
.reply-to-popover {
|
||||||
.reply-to {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.reply-to:hover::before {
|
.reply-to:hover::before {
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -188,6 +184,7 @@ $status-margin: 0.75em;
|
||||||
|
|
||||||
.reply-to {
|
.reply-to {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply-to-text {
|
.reply-to-text {
|
||||||
|
|
Loading…
Reference in a new issue