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
Add pixel background to modal images
master
Eugen Rochko
7 years ago
parent
f4bc9620a9
commit
36c57ef8af
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
app/assets/stylesheets/components.scss
+ 5
- 1
app/assets/stylesheets/components.scss
View File
@ -288,10 +288,14 @@
}
}
.
transparent-background
{
.
transparent-background
,
.
imageloader
{
background
:
image-url
(
'
void.png
'
)
;
}
.
imageloader
{
display
:
block
;
}
.
dropdown
{
display
:
inline-block
;
}
Write
Preview
Loading…
Cancel
Save