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
Ensure container of React components has full width (
#8043
)
Fix
#8018
master
Eugen Rochko
6 years ago
committed by
GitHub
parent
3c3cf7e208
commit
f6910fba02
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app/javascript/styles/mastodon/stream_entries.scss
+ 4
- 0
app/javascript/styles/mastodon/stream_entries.scss
View File
@ -2,6 +2,10 @@
clear
:
both
;
box-shadow
:
0
0
15px
rgba
(
$
base-shadow-color
,
0
.
2
)
;
div
[
data-component
]
{
width
:
100
%
;
}
.
entry
{
background
:
$
simple-background-color
;
Write
Preview
Loading…
Cancel
Save