mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
ENH: Limit Image Width of Project Description
Change-Id: I74767c3ae50185b53affaebeaebab70c09e68f7b
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="height: 100%;width:280px;"></div>
|
<div id="LeftEmptyBlock" style="height: 100%;width:280px;"> </div>
|
||||||
|
|
||||||
<div id="ModelInfoBlock" class="ZScrol">
|
<div id="ModelInfoBlock" class="ZScrol">
|
||||||
<div id="Model_Basic" class="InfoBlock">
|
<div id="Model_Basic" class="InfoBlock">
|
||||||
|
|||||||
@@ -266,6 +266,16 @@ body
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*---Document---*/
|
/*---Document---*/
|
||||||
|
#LeftEmptyBlock
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#Model_Desc img
|
||||||
|
{
|
||||||
|
max-width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
#Model_Accessories
|
#Model_Accessories
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user