mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-14 04:15:58 +08:00
ENH: Optimize LeftMenu Bar UI
JIRA: none Change-Id: I4ee0bafcc42582675a2db118cb3be656b950b1ed
This commit is contained in:
parent
a564ee6a0a
commit
a01e19660e
@ -268,7 +268,7 @@ body
|
||||
position: absolute;
|
||||
height: 60px;
|
||||
width: 12px;
|
||||
right: 1px;
|
||||
right: 0px;
|
||||
top: calc(50% - 30px);
|
||||
cursor: pointer;
|
||||
background-repeat: no-repeat;
|
||||
@ -278,6 +278,7 @@ body
|
||||
border-top: 1px solid rgba(238, 238, 238, 1);
|
||||
border-bottom: 1px solid rgba(238, 238, 238, 1);
|
||||
border-radius: 4px 0px 0px 4px;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
#HideBtn:hover
|
||||
|
@ -64,4 +64,6 @@
|
||||
{
|
||||
transform: scaleX(-1);
|
||||
border-radius: 0px 4px 4px 0px;
|
||||
border-left: 0px solid rgba(238, 238, 238, 1);
|
||||
border-right: 1px solid rgba(238, 238, 238, 1);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user