mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
ENH: In case of low resolution, UserGuide Display
Change-Id: I14b764dc5f34421cadba329c9cd7a13fde0f2387 (cherry picked from commit 7c9ba185143a3d6ba96b2f28e479add3e6fe32df)
This commit is contained in:
parent
46dc96fddf
commit
7d717a9cb4
2 changed files with 5 additions and 2 deletions
|
|
@ -5,17 +5,20 @@
|
|||
flex-direction: column;
|
||||
justify-content:flex-start;
|
||||
align-items:center;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
|
||||
#EarthIcon img
|
||||
{
|
||||
width: 160px;
|
||||
width: 40%;
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
#EarthIcon
|
||||
{
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#RegionList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue