This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Add fade and margin to collapsed statuses
closed-social-glitch-2
Una Thompson
6 years ago
parent
ed17e173d6
commit
5f9b85a0cf
1 changed files
with
9 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-1
app/javascript/flavours/glitch/styles/components/status.scss
+ 9
- 1
app/javascript/flavours/glitch/styles/components/status.scss
View File
@ -244,9 +244,17 @@
height
:
20px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
margin
:
0
;
padding-top
:
0
;
&
:
after
{
content
:
"
"
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
background
:
linear-gradient
(
rgba
(
$
ui-base-color
,
0
)
,
rgba
(
$
ui-base-color
,
1
)
)
;
pointer-events
:
none
;
}
a
:
hover
{
text-decoration
:
none
;
}
Write
Preview
Loading…
Cancel
Save