ENH: In case of low resolution, UserGuide Display

Change-Id: I14b764dc5f34421cadba329c9cd7a13fde0f2387
(cherry picked from commit 7c9ba185143a3d6ba96b2f28e479add3e6fe32df)
This commit is contained in:
zorro.zhang 2022-11-18 11:38:54 +08:00 committed by Lane.Wei
parent 46dc96fddf
commit 7d717a9cb4
2 changed files with 5 additions and 2 deletions

View File

@ -5,17 +5,20 @@
flex-direction: column; flex-direction: column;
justify-content:flex-start; justify-content:flex-start;
align-items:center; align-items:center;
align-content: center;
} }
#EarthIcon img #EarthIcon img
{ {
width: 160px; width: 40%;
min-width: 100px;
} }
#EarthIcon #EarthIcon
{ {
margin-bottom: 20px; margin-bottom: 20px;
text-align: center;
} }
#RegionList #RegionList

View File

@ -57,7 +57,7 @@ body
height: 76%; height: 76%;
padding: 20px 40px; padding: 20px 40px;
overflow-x: hidden; overflow-x: hidden;
overflow-y:hidden; overflow-y: auto;
text-align: left; text-align: left;
font-size: 14px; font-size: 14px;
line-height: 22px; line-height: 22px;