mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Icon fixes and improvements (#6204)
* Fix blurry AMS icon on sidebar * Fix search icon anti aliasing problem * home page thumbnail / new / open / delete / explore icons * Homepage > finetune color of thumbnail image * Custom filaments > Edit button * Update homepage thumbnail image * BBL printers > Device / Calibration tab > Printer icon blurry * Update homepage open project icon * Homepage > User rectangular Orca logo for UI consistency * Add new icons for parameters * Update bed plate Move to Front icon * Update project page icons * revert changes on homepage context menu * Add dependencies icon * fix document icons on project page --------- Co-authored-by: SoftFever <softfeverever@gmail.com> Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
This commit is contained in:
@@ -95,10 +95,11 @@ body
|
||||
height:36px;
|
||||
line-height: 36px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column; /*ORCA*/
|
||||
align-items: center; /*Allow icon centered vertically*/
|
||||
justify-content: center; /*and use login button in new line*/
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#LoginBtn
|
||||
{
|
||||
cursor:pointer;
|
||||
@@ -138,7 +139,7 @@ body
|
||||
|
||||
#BBLIcon
|
||||
{
|
||||
height:36px;
|
||||
height:96px; /*ORCA use bigger icon to fit logo size*/
|
||||
}
|
||||
|
||||
#Login2
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 3.3 KiB |
@@ -22,7 +22,7 @@
|
||||
<div id="LeftBoard" style="display: none;">
|
||||
<div id="LoginArea">
|
||||
<div id="Login1">
|
||||
<div id="Icon1"><img id="BBLIcon" src="../image/logo2.png" /></div>
|
||||
<div id="Icon1"><img id="BBLIcon" src="../image/logo.png" /></div> <!-- ORCA use square icon for better consistency on UI -->
|
||||
<div id="LoginBtn" class="TextS1" style="font-weight: 700;" onClick="OnLoginOrRegister()"><span class="trans" tid="t26">login</span>/<span class="trans" tid="t27">register</span></div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user