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
Fix media detailed style
closed-social-glitch-2
ncls7615
6 years ago
parent
b5476f6c75
commit
be2bac05aa
No known key found for this signature in database
GPG Key ID:
18FE1E1E7098294A
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
app/javascript/flavours/glitch/styles/components/media.scss
+ 3
- 2
app/javascript/flavours/glitch/styles/components/media.scss
View File
@ -84,8 +84,9 @@
height
:
100
%
;
.
detailed-status
&
{
width
:
100
%
;
height
:
100
%
;
margin-left
:
-22px
;
width
:
calc
(
100
%
+
44px
)
;
height
:
250px
;
}
@include
fullwidth-gallery
;
Write
Preview
Loading…
Cancel
Save