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