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 extended video player (gifv) modal size
It was currently full-size
closed-social-glitch-2
Thibaut Girka
6 years ago
parent
95a892accd
commit
5cc7c4b920
1 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-6
app/javascript/flavours/glitch/styles/components/media.scss
+ 6
- 6
app/javascript/flavours/glitch/styles/components/media.scss
View File
@ -161,6 +161,12 @@
max-width
:
100vw
;
max-height
:
100vh
;
position
:
relative
;
}
.
media-modal
{
width
:
100
%
;
height
:
100
%
;
position
:
relative
;
.
extended-video-player
{
width
:
100
%
;
@ -176,12 +182,6 @@
}
}
.
media-modal
{
width
:
100
%
;
height
:
100
%
;
position
:
relative
;
}
.
media-modal__closer
{
position
:
absolute
;
top
:
0
;
Write
Preview
Loading…
Cancel
Save