Compare commits

..

1 Commits

Author SHA1 Message Date
fsafasff 544cd6656f fix: keep repository catalogue button visible 2026-05-29 11:46:56 +08:00
1 changed files with 3 additions and 2 deletions

View File

@ -393,7 +393,8 @@
}
.drawerBtn{
position: fixed;
left: -13px;
left: 0;
z-index: 10;
width: 33px;
background: #FFFFFF;
box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.09);
@ -528,4 +529,4 @@
margin-left: 0px;
}
}
}
}