This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Fix world getting cut off at the bottom on narrow screens
tags/v0.1.0
Fen Dweller
6 years ago
parent
94b7de40d8
commit
01799a434a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
macrovision.css
+ 1
- 1
macrovision.css
View File
@@ -72,7 +72,7 @@ body.toggle-entity-glow .entity-box:not(.selected) > img{
#main-area {
min-height: 0px;
display: flex;
flex: 1
0
90vh;
flex: 1
1
90vh;
width: 100%;
flex-direction: row;
}
Write
Preview
Loading…
Cancel
Save