mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-05 03:18:44 +00:00
Show retweet info in status
This commit is contained in:
parent
3847954687
commit
59eaff9512
2 changed files with 91 additions and 55 deletions
|
@ -1,6 +1,9 @@
|
|||
.status-container-container {
|
||||
margin: 16px 0;
|
||||
}
|
||||
|
||||
.status-container {
|
||||
display: flex;
|
||||
margin: 16px 0;
|
||||
}
|
||||
|
||||
.status-content {
|
||||
|
@ -107,3 +110,22 @@
|
|||
.signin-form input {
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
.retweet-info {
|
||||
margin: 8px 0 4px 24px;
|
||||
}
|
||||
|
||||
.retweet-info .status-profile-img {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
margin-bottom: -8px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.retweet-info .status-dname{
|
||||
margin-left: 4px
|
||||
}
|
||||
|
||||
.retweet-info .icon.dripicons-retweet.retweeted {
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue