mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
ENH: Optimize some web UI
Change-Id: I91f6691e5e5c19274c1bc3e6a9386e3f76ab259d
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
.PName
|
||||
{
|
||||
font-weight: 700;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.pNozzel
|
||||
|
||||
@@ -8,10 +8,11 @@
|
||||
.CName
|
||||
{
|
||||
width:130px;
|
||||
min-width: 80px;
|
||||
font-weight: 700;
|
||||
height: 100%;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.CValues
|
||||
|
||||
@@ -8,10 +8,11 @@
|
||||
.CName
|
||||
{
|
||||
width:130px;
|
||||
min-width: 80px;
|
||||
font-weight: 700;
|
||||
height: 100%;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.CValues
|
||||
|
||||
@@ -99,6 +99,7 @@
|
||||
.PName
|
||||
{
|
||||
font-weight: 700;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.pNozzel
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
|
||||
#Content
|
||||
{
|
||||
padding:10% 15%;
|
||||
padding:0% 15%;
|
||||
}
|
||||
|
||||
#FeatureText
|
||||
{
|
||||
line-height: 30px;
|
||||
margin-top: 10mm;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user