@@ -18,20 +18,6 @@ <h4 id="progress-bar-stop-speech" x-data x-cloak x-show="$store.speech.isSpeakin
1818 < span class ="icon material-symbols-outlined "> volume_off</ span >
1919 </ span >
2020 </ h4 >
21- < div id ="chat-nav-buttons " aria-label ="Chat navigation ">
22- < button class ="btn-icon-action " title ="Scroll to top " x-on:click ="$store.chatNavigation.scrollToTop() ">
23- < span class ="material-symbols-outlined "> vertical_align_top</ span >
24- </ button >
25- < button class ="btn-icon-action " title ="Previous user message " x-on:click ="$store.chatNavigation.scrollToPrevUserMessage() ">
26- < span class ="material-symbols-outlined "> keyboard_arrow_up</ span >
27- </ button >
28- < button class ="btn-icon-action " title ="Next user message " x-on:click ="$store.chatNavigation.scrollToNextUserMessage() ">
29- < span class ="material-symbols-outlined "> keyboard_arrow_down</ span >
30- </ button >
31- < button class ="btn-icon-action " title ="Scroll to bottom " x-on:click ="$store.chatNavigation.scrollToBottom() ">
32- < span class ="material-symbols-outlined "> vertical_align_bottom</ span >
33- </ button >
34- </ div >
3521 < x-extension id ="chat-nav-after "> </ x-extension >
3622 </ div >
3723 < x-extension id ="chat-input-progress-end "> </ x-extension >
@@ -44,11 +30,6 @@ <h4 id="progress-bar-stop-speech" x-data x-cloak x-show="$store.speech.isSpeakin
4430 # progress-bar-box h4 { margin : 0 ; }
4531 # progress-bar-right { display : flex; align-items : center; gap : var (--spacing-sm ); flex-shrink : 0 ; margin-left : auto; margin-right : calc (5.5rem + var (--spacing-xs )); }
4632 # progress-bar-right > x-extension { display : contents; }
47- # chat-nav-buttons { display : flex; align-items : center; gap : 2px ; opacity : 0.85 ; }
48- # chat-nav-buttons .btn-icon-action { padding : var (--spacing-xs ); }
49- # chat-nav-buttons .btn-icon-action {
50- border : none !important ;
51- }
5233 .shiny-text { background : linear-gradient (to right, var (--color-primary-dark ) 20% , var (--color-text ) 40% , var (--color-text ) 60% , var (--color-primary-dark ) 60% ); background-size : 200% auto; color : transparent; -webkit-background-clip : text; background-clip : text; animation : shine 1s linear infinite; }
5334 @keyframes shine { to { background-position : -200% center; } }
5435 </ style >
0 commit comments