Skip to content

Commit aab62be

Browse files
committed
Make AI overview Shift+Enter hint smaller and right-aligned
Per reviewer spec: font-size 12px (was 0.8em), margin 0 (was 0.375rem 0 0 0.75rem), and text-align: right so the hint sits under the send-button side. Muted look (opacity 0.6, line-height 1.4) and the touch-hide capability query are unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RCRKyC4sroy5Xk144DGJdS
1 parent dc37344 commit aab62be

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/blocks/ai-overview/style.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@
112112
// Small muted helper text directly under the input (e.g. "Shift + Enter で改行").
113113
// Muted via opacity so it inherits and adapts to any theme's text color.
114114
:where(.hamelp-ai-overview__hint) {
115-
margin: 0.375rem 0 0 0.75rem;
116-
font-size: 0.8em;
115+
margin: 0;
116+
font-size: 12px;
117117
line-height: 1.4;
118+
text-align: right;
118119
opacity: 0.6;
119120
}
120121

0 commit comments

Comments
 (0)