format text2ai botton

This commit is contained in:
Zylan
2025-02-04 21:29:45 +08:00
parent 2b5b2c9763
commit f7c2f293e3

View File

@@ -802,9 +802,10 @@ button:disabled {
/* Text Format Controls */
.text-format-controls {
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: center;
gap: 1rem;
padding: 0.5rem 0;
}
.format-toggle {
@@ -814,6 +815,7 @@ button:disabled {
padding: 0.25rem;
border-radius: 0.375rem;
border: 1px solid var(--border-color);
margin: 0 auto;
}
.format-btn {
@@ -836,6 +838,8 @@ button:disabled {
display: flex;
align-items: center;
gap: 0.5rem;
width: 100%;
justify-content: flex-end;
}
.confidence-indicator {