mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-07 09:38:06 -06:00
[feature/frontend] Hide "engagement" stats, edits, and other info under a little drop down to unclutter status info bar (#4021)
* dick about with stats a bit * more dicking abuot * lil tweaks * more about-dicking * weee * comments * fixie uppie
This commit is contained in:
parent
d694666436
commit
2fce027808
14 changed files with 453 additions and 143 deletions
|
|
@ -143,6 +143,12 @@ blockquote {
|
|||
background: var(--outer-space);
|
||||
}
|
||||
|
||||
/* Status info dropdown content */
|
||||
.status.expanded .status-info .status-stats .stats-more-info-content,
|
||||
.status .status-info .status-stats .stats-more-info-content {
|
||||
background: var(--outer-space);
|
||||
}
|
||||
|
||||
/* Make show more/less buttons more legible */
|
||||
.status .button {
|
||||
border: 1px solid var(--feral-orange);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue