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
Merge pull request
#357
from KnzkDev/fix/detail-style
Fix detailed-status
closed-social-glitch-2
David Yip
6 years ago
committed by
GitHub
parent
fa361ccc5e
15a5b3372a
commit
c14f59c542
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/javascript/flavours/glitch/styles/components/media.scss
+ 2
- 2
app/javascript/flavours/glitch/styles/components/media.scss
View File
@ -84,8 +84,8 @@
height
:
110px
;
.
detailed-status
&
{
margin-left
:
-
22
px
;
width
:
calc
(
100
%
+
44
px
)
;
margin-left
:
-
14
px
;
width
:
calc
(
100
%
+
28
px
)
;
height
:
250px
;
}
Write
Preview
Loading…
Cancel
Save