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
修复style
pull/4/head
欧醚
5 years ago
parent
be62d2550f
commit
b9541d6adc
2 changed files
with
2 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
app/javascript/styles/closed-social/global.scss
+1
-1
app/javascript/styles/closed-social/timeline_comments.scss
+ 1
- 4
app/javascript/styles/closed-social/global.scss
View File
@ -4,10 +4,7 @@
.
pinned-info
{
opacity
:
0
.
85
;
}
.
tabs-bar__wrapper
{
-webkit-mask-image
:
linear-gradient
(
#
1a1a1a
55
%
,
transparent
)
;
mask-image
:
linear-gradient
(
#
1a1a1a
55
%
,
transparent
)
;
}
div
{
&
.
status__info
{
&
>
a
{
+ 1
- 1
app/javascript/styles/closed-social/timeline_comments.scss
View File
@ -5,7 +5,7 @@
mask-image
:
linear-gradient
(
#
1a1a1a
,
transparent
)
;
transform
:
scale
(
0
.
85
)
;
transform-origin
:
80
%
0
%
;
padding
-bottom
:
-32px
;
margin
-bottom
:
-32px
;
&
:
hover
{
max-height
:
none
;
-webkit-mask-image
:
none
;
Write
Preview
Loading…
Cancel
Save