fix: keep chat icons in the mobile menu rows
All checks were successful
Forgejo Android APK / Root app tests (push) Successful in 49s
Forgejo Android APK / Build signed APK (push) Successful in 2m8s

This commit is contained in:
Daniel 2026-09-09 13:23:07 +02:00
parent 3f7dddfd0b
commit 858ca47566

View file

@ -357,7 +357,7 @@ body.assistant-workspace .assistant-learning-view { min-height: 0; height: 100vh
.assistant-history .card-header h3 { font-size:11px; font-weight:700; color:var(--g500); text-transform:uppercase; letter-spacing:.04em; }
/* Mobile drawer rows: no icons, hard-truncated titles, ⋮ always visible */
@media (max-width: 640px) {
.assistant-saved-chat-icon { display:none; }
.assistant-saved-chat-icon { flex:0 0 16px; }
.assistant-saved-chat { position:relative; overflow:hidden; max-width:100%; padding-right:36px; }
.assistant-saved-chat-title { flex:1 1 auto; min-width:0; max-width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.assistant-saved-chat-menu { position:absolute; right:6px; top:50%; transform:translateY(-50%); opacity:1; pointer-events:auto; }