remove horizontal scrollbars
scale down canvas if the image is wider than the browser window
This commit is contained in:
+15
-10
@@ -122,14 +122,6 @@ a:hover
|
||||
display: none;
|
||||
}
|
||||
|
||||
#canvas
|
||||
{
|
||||
clear: both;
|
||||
float: left;
|
||||
margin-top: 30px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.export-wrapper
|
||||
{
|
||||
clear: both;
|
||||
@@ -156,8 +148,21 @@ a:hover
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
|
||||
.missing-feature
|
||||
{
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
.canvas-wrapper
|
||||
{
|
||||
width: 100%;
|
||||
clear: both;
|
||||
float: left;
|
||||
margin-top: 30px;
|
||||
|
||||
}
|
||||
#canvas
|
||||
{
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user