Files
QIDIStudio/resources/web/homepage3/css/left_mini.css

79 lines
796 B
CSS
Raw Normal View History

2025-02-26 20:01:47 +08:00
/*----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;
}
2025-08-01 14:48:54 +08:00
.BtnIcon-Right
{
display: none!important;
}
2025-02-26 20:01:47 +08:00
/*-----Hide Button-----*/
#HideBtn
{
transform: scaleX(-1);
2025-05-05 14:58:54 +08:00
border-radius: 0px 4px 4px 0px;
border-left: 0px solid rgba(238, 238, 238, 1);
border-right: 1px solid rgba(238, 238, 238, 1);
2025-08-01 14:48:54 +08:00
}
.auto-hide {
display: none!important;
}