fix: 手机版emoji按钮加圆角边框,与视图切换按钮风格一致
Some checks failed
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 4s
Test / build-check (push) Successful in 3s
PR Preview / test (pull_request) Successful in 4s
PR Preview / deploy-preview (pull_request) Successful in 11s
Test / e2e-test (push) Failing after 1m22s
Some checks failed
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 4s
Test / build-check (push) Successful in 3s
PR Preview / test (pull_request) Successful in 4s
PR Preview / deploy-preview (pull_request) Successful in 11s
Test / e2e-test (push) Failing after 1m22s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1265,11 +1265,16 @@ async function saveCardImage(name) {
|
|||||||
.toolbar-btn-text:hover { background: var(--sage-mist); }
|
.toolbar-btn-text:hover { background: var(--sage-mist); }
|
||||||
.toolbar-btn-icon {
|
.toolbar-btn-icon {
|
||||||
display: none;
|
display: none;
|
||||||
background: none;
|
background: white;
|
||||||
border: none;
|
border: 1.5px solid var(--border);
|
||||||
font-size: 18px;
|
border-radius: 10px;
|
||||||
|
font-size: 16px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 4px;
|
padding: 6px 10px;
|
||||||
|
}
|
||||||
|
.toolbar-btn-icon:hover {
|
||||||
|
border-color: var(--sage);
|
||||||
|
background: var(--sage-mist);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user