Skip to content

Commit

Permalink
ui update
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Jan 17, 2025
1 parent 7670ab3 commit 7ebd434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,9 @@ fn App() -> impl IntoView {
}
})
}}

<div class="border-t border-gray-300 my-4"></div>

<div class="mt-4">
{move || {
parquet_table
Expand Down
2 changes: 1 addition & 1 deletion src/query_results.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pub fn QueryResultView(
let svg_classes = "h-5 w-5";

view! {
<div class="p-3 bg-white border border-gray-300 rounded-md hover:shadow-lg transition-shadow duration-200">
<div class="p-3 bg-white border border-gray-300 rounded-md hover:shadow-md transition-shadow duration-200">
<div class="flex items-center mb-4">
<div class="w-3/4 font-mono text-sm overflow-auto relative group max-h-[200px]">
<pre class="whitespace-pre">
Expand Down

0 comments on commit 7ebd434

Please sign in to comment.