mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 11:42:24 -05:00
[feature/frontend] Add visibility icon for posts (#4005)
This commit is contained in:
parent
f8d17a7e76
commit
6ff0d3355c
2 changed files with 32 additions and 1 deletions
|
|
@ -275,6 +275,10 @@
|
|||
gap: 0.4rem;
|
||||
}
|
||||
|
||||
.stats-item.published-at {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.stats-item:not(.published-at):not(.edited-at) {
|
||||
z-index: 1;
|
||||
user-select: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue