This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
feat(compose): Change media query for compact mode to max-height: 400px (
#4291
)
closed-social-v3
Sorin Davidoi
7 years ago
committed by
Eugen Rochko
parent
d4c6bf770d
commit
3817704806
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/styles/components.scss
+ 1
- 1
app/javascript/styles/components.scss
View File
@ -3729,7 +3729,7 @@ noscript {
}
}
}
}
@media
screen
and
(
max-width
:
1024
px
)
and
(
max-height
:
6
00
px
)
{
@media
screen
and
(
max-width
:
1024
px
)
and
(
max-height
:
4
00
px
)
{
$duration
:
400
ms
;
$duration
:
400
ms
;
$delay
:
100
ms
;
$delay
:
100
ms
;
Write
Preview
Loading…
Cancel
Save