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
change height on narrow view to take 100% of screen (
#9781
)
* change height on narrow view to take 100% of screen * add empty line before
@media
pull/4/head
Mateusz Bugowski
5 years ago
committed by
Eugen Rochko
parent
c3a657223f
commit
1183246043
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app/javascript/styles/mastodon/about.scss
+ 4
- 0
app/javascript/styles/mastodon/about.scss
View File
@ -1041,6 +1041,10 @@ $small-breakpoint: 960px;
.
scrollable
{
height
:
400px
;
@media
screen
and
(
max-width
:
$column-breakpoint
)
{
height
:
90vh
;
}
}
p
{
Write
Preview
Loading…
Cancel
Save