fix(web): expose copied status outside button

This commit is contained in:
creatixchu
2026-07-31 16:29:39 +08:00
parent 8997afb3e5
commit 0936200e0e
4 changed files with 38 additions and 8 deletions

View File

@@ -43,3 +43,12 @@
line-height: 20px;
text-align: center;
}
.status {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
}