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
[custom.scss] More media height fixes
closed-social-glitch-2
kibigo!
7 years ago
parent
d6e3918d92
commit
b1f9892e63
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/javascript/styles/custom.scss
+ 2
- 2
app/javascript/styles/custom.scss
View File
@ -71,7 +71,7 @@
.
media-gallery
{
.
media-gallery
{
height
:
auto
!
important
;
height
:
auto
!
important
;
max-height
:
30vh
;
max-height
:
250px
;
position
:
relative
;
position
:
relative
;
margin-top
:
20px
;
margin-top
:
20px
;
margin-left
:
-68px
;
margin-left
:
-68px
;
@ -117,6 +117,6 @@
.
detailed-status
>
.
media-spoiler
,
.
detailed-status
>
.
media-spoiler
,
.
status
>
.
media-spoiler
{
.
status
>
.
media-spoiler
{
height
:
30vh
!
important
;
height
:
250px
!
important
;
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
Write
Preview
Loading…
Cancel
Save