更新文档

This commit is contained in:
Super Manito
2025-11-28 22:03:14 +08:00
parent f12b8405e2
commit c5c3efd80e
2 changed files with 11 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -116,8 +116,16 @@
padding-right: 3em;
}
.home-cmd .tabbed-block {
position: relative;
}
.home-cmd .md-clipboard {
top: calc(100% - 60px);
position: absolute;
top: auto;
bottom: 20px;
right: 12px;
z-index: 10;
}
.home-cmd img {
@@ -128,7 +136,8 @@
@media screen and (max-width: 768px) {
.home-cmd .md-clipboard {
top: calc(100% - 50px);
bottom: 8px;
right: 6px;
}
}