mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-14 15:47:28 -06:00
[feature/frontend] Add visibility icon for posts
This commit is contained in:
parent
daf60f69a0
commit
0b91c97859
2 changed files with 32 additions and 1 deletions
|
|
@ -448,6 +448,10 @@ main {
|
|||
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