mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-02 20:13:16 -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
|
|
@ -29,7 +29,6 @@
|
|||
border-radius: $br;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
z-index: 2;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
|
|
@ -59,8 +58,8 @@
|
|||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 3;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
|
||||
display: grid;
|
||||
padding: 1rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue