mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-12 17:49:00 +08:00
FIX: optimize text display
Change-Id: I4e44e12786a1af34cca35edb3c32d9f500b933ed
This commit is contained in:
parent
9fcb67e6c7
commit
54aae68874
@ -26,3 +26,8 @@
|
|||||||
{
|
{
|
||||||
padding-left:30px;
|
padding-left:30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.TextPoint
|
||||||
|
{
|
||||||
|
font-size:14px;
|
||||||
|
}
|
@ -95,6 +95,7 @@ body
|
|||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#LoginBtn
|
#LoginBtn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user