Add status reply preview in fluoride mode

This commit is contained in:
r 2020-01-11 10:51:33 +00:00
parent 2a77700102
commit 8607f16212
3 changed files with 85 additions and 3 deletions

View file

@ -187,7 +187,11 @@
}
.status-reply-to {
display: inline-block;
vertical-align: center;
}
.status-reply-to-link {
font-size: 10pt
}
@ -202,6 +206,10 @@
}
.status-reply {
display: inline-block;
}
.status-reply-link {
font-size: 10pt;
}
@ -416,3 +424,21 @@
.icon.post-emoji {
height: 20px;
}
#reply-popup {
position: absolute;
background: #ffffff;
border: 1px solid #aaaaaa;
padding: 4px 8px;
z-index: 3;
margin: 0 8px 0 8px;
}
#reply-to-popup {
position: absolute;
background: #ffffff;
border: 1px solid #aaaaaa;
padding: 4px 8px;
z-index: 3;
margin: 0 8px 0 8px;
}