File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
bolt-querystats/bolt/querystats/templates/querystats
bolt-toolbar/bolt/toolbar/templates/toolbar Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
class ="relative group/querystats "
7
7
style ="display: none; ">
8
8
< input type ="hidden " name ="querystats " value ="store ">
9
- < button type ="submit " class ="px-2 py-px text-xs rounded-full bg-stone-200 text-stone-600 whitespace-nowrap " data-querystats-summary > </ button >
9
+ < button type ="submit " class ="px-2 py-px text-xs rounded-full bg-stone-700 text-stone-300 whitespace-nowrap " data-querystats-summary > </ button >
10
10
< div data-querystats-list style ="display: none; " class ="absolute right-0 z-50 hidden translate-y-full -bottom-1 group/querystats-hover:block ">
11
11
< div class ="p-2 text-xs border rounded shadow-md bg-zinc-900 border-zinc-700 "> < table > < tbody > </ tbody > </ table > </ div >
12
12
</ div >
Original file line number Diff line number Diff line change 1
1
{% if toolbar.should_render() %}
2
2
< script src ="{{ asset('toolbar/toolbar.js') }} "> </ script >
3
- < div id ="bolttoolbar " class ="text-sm py-1.5 text-stone-600 bg-[#fbf7f0] fixed bottom-0 max-w-full drop-shadow-md z-30 mx-4 rounded-t-lg hidden lg:flex lg:flex-col -translate-x-1/2 left-1/2 ">
3
+ < div id ="bolttoolbar " class ="text-sm py-1.5 text-stone-300 bg-stone-950 fixed bottom-4 max-w-full drop-shadow-md z-30 mx-4 rounded-2xl hidden lg:flex lg:flex-col -translate-x-1/2 left-1/2 ">
4
4
< div class ="flex justify-between px-4 mx-auto space-x-4 ">
5
5
< div class ="flex items-center ">
6
6
< svg class ="w-4 h-4 width= "237 " height="237 " viewBox ="0 0 237 237 " fill ="none " xmlns ="http://www.w3.org/2000/svg ">
You can’t perform that action at this time.
0 commit comments