mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-06-06 19:18:46 +00:00
Add status reply preview in fluoride mode
This commit is contained in:
parent
2a77700102
commit
8607f16212
3 changed files with 85 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue