fix: hide conversation budget helper on mobile (ChatGPT-style quiet composer)
This commit is contained in:
parent
309d85ae86
commit
01f97f7996
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@
|
|||
/* Floating pill composer */
|
||||
.assistant-composer { position:fixed; left:12px; right:12px; bottom:12px; z-index:60; background:white; border:1px solid var(--g200); border-radius:28px; box-shadow:0 8px 30px rgba(0,0,0,.14); padding:6px 6px 6px 16px; }
|
||||
.assistant-composer > label { display:none; }
|
||||
#assistant-context-budget { font-size:10px; }
|
||||
#assistant-context-budget, #assistant-context-warning { display:none; }
|
||||
.assistant-composer-footer { flex-direction:row; align-items:center; gap:4px; margin-top:2px; }
|
||||
.assistant-composer-footer .btn-generate { width:44px; height:44px; border-radius:50%; padding:0; font-size:0; flex:0 0 auto; }
|
||||
.assistant-composer-footer .btn-generate i { font-size:16px; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue