zorro.zhang a01e19660e ENH: Optimize LeftMenu Bar UI
JIRA: none
Change-Id: I4ee0bafcc42582675a2db118cb3be656b950b1ed
2025-04-15 08:24:08 +08:00

69 lines
702 B
CSS

/*----Login----*/
#LoginBtn
{
display:none;
}
#Icon1
{
margin-right: 0px;
}
#UserAvatarIcon
{
height: 36px;
}
#UserName
{
display: none;
}
#LogoutBtn
{
display: none;
}
.BtnItem
{
padding: 0px;
justify-content:center;
}
.BtnText
{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: none;
}
.BtnIcon
{
margin:0px;
}
#NoPluginTip
{
display:none!important;
}
/*-----Left Menu-------*/
.JumpIcon
{
display: none!important;
}
.BtnNewIcon
{
display: none!important;
}
/*-----Hide Button-----*/
#HideBtn
{
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);
}