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 full-width margins
closed-social-glitch-2
Thibaut Girka
6 years ago
committed by
ThibG
parent
be644e3b7c
commit
9998271a5b
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/_mixins.scss
+ 2
- 2
app/javascript/flavours/glitch/styles/_mixins.scss
View File
@ -43,8 +43,8 @@
@mixin
fullwidth-gallery
{
&
.
full-width
{
margin-left
:
-
22
px
;
margin-right
:
-
22
px
;
margin-left
:
-
14
px
;
margin-right
:
-
14
px
;
width
:
inherit
;
max-width
:
none
;
height
:
250px
;
Write
Preview
Loading…
Cancel
Save