添加整体复制按钮

This commit is contained in:
binary-husky
2023-09-23 22:11:29 +08:00
parent 87f629bb37
commit 5b231e0170
4 changed files with 112 additions and 3 deletions

View File

@@ -23,4 +23,30 @@
/* status bar height */
.min.svelte-1yrv54 {
min-height: var(--size-12);
}
}
/* copy btn */
.message-btn-row {
width: 19px;
height: 19px;
position: absolute;
left: calc(100% + 3px);
top: 0;
display: flex;
justify-content: space-between;
}
/* .message-btn-row-leading, .message-btn-row-trailing {
display: inline-flex;
gap: 4px;
} */
.message-btn-row button {
font-size: 18px;
align-self: center;
align-items: center;
flex-wrap: nowrap;
white-space: nowrap;
display: inline-flex;
flex-direction: row;
gap: 4px;
padding-block: 2px !important;
}