mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-05 03:18:44 +00:00
Add liked by and retweeted by page
This commit is contained in:
parent
c34bde2d52
commit
ac4ff88adb
12 changed files with 276 additions and 53 deletions
|
@ -63,26 +63,31 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.status-action {
|
||||
.status-action-container {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.status-action {
|
||||
display: inline-block;
|
||||
min-width: 64px;
|
||||
}
|
||||
|
||||
.status-action:last-child {
|
||||
min-width: unset;
|
||||
}
|
||||
|
||||
.status-action a {
|
||||
display: inline-block;
|
||||
min-width: 64px;
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.status-action a:hover {
|
||||
.status-action a:hover,
|
||||
.status-action a:hover i {
|
||||
color: #777777;
|
||||
}
|
||||
|
||||
.status-action .fa {
|
||||
margin: 0 4px 0 0;
|
||||
}
|
||||
|
||||
.status-action a.status-time {
|
||||
width: auto;
|
||||
}
|
||||
|
@ -368,3 +373,16 @@
|
|||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.user-list-container {
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
||||
.user-list-item a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.user-list-item>div {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin: 0 4px 8px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue