This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix gradient, regression from
#7927
(
#7963
)
master
Lynx Kotoura
6 years ago
committed by
Eugen Rochko
parent
f89c595ea0
commit
617f40fc2b
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/styles/mastodon/forms.scss
+1
-1
app/javascript/styles/mastodon/rtl.scss
+ 1
- 1
app/javascript/styles/mastodon/forms.scss
View File
@ -378,7 +378,7 @@ code {
right
:
0
;
bottom
:
1px
;
width
:
5px
;
background-image
:
linear-gradient
(
to
right
,
rgba
(
$
classic
-base-color
,
0
)
,
$
classic
-base-color
)
;
background-image
:
linear-gradient
(
to
right
,
rgba
(
$
ui
-base-color
,
0
)
,
$
ui
-base-color
)
;
}
}
}
+ 1
- 1
app/javascript/styles/mastodon/rtl.scss
View File
@ -217,7 +217,7 @@ body.rtl {
&
:
:
after
{
right
:
auto
;
left
:
0
;
background-image
:
linear-gradient
(
to
left
,
rgba
(
$
classic
-base-color
,
0
)
,
$
classic
-base-color
)
;
background-image
:
linear-gradient
(
to
left
,
rgba
(
$
ui
-base-color
,
0
)
,
$
ui
-base-color
)
;
}
}
Write
Preview
Loading…
Cancel
Save