update resources

This commit is contained in:
QIDI TECH
2025-02-26 20:01:47 +08:00
parent 29360eb5e5
commit 7d213ce20c
61 changed files with 1515 additions and 1219 deletions

View File

@@ -0,0 +1,67 @@
/*----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;
}