Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 5ad27a4

Browse files
committed
search style
1 parent 079b7d3 commit 5ad27a4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/components/AddRow.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ export function AddRow(props: AddRowProps) {
6666
className={`${c("add-row")}`}
6767
size="small"
6868
sx={{
69-
padding: 0.5,
7069
bordercolor: StyleVariables.TEXT_NORMAL,
71-
border: 0.5,
70+
border: 0,
71+
minWidth: "30px",
7272
}}
7373
>
7474
<Button
@@ -97,6 +97,7 @@ export function AddRow(props: AddRowProps) {
9797
<AddIcon
9898
style={{
9999
border: 0,
100+
fontSize: "1.35rem",
100101
}}
101102
/>
102103
)}

src/components/NavBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export function NavBar(navBarProps: NavBarProps) {
137137
scale: 0.7,
138138
padding: 0,
139139
boxShadow: "none",
140+
backgroundColor: "transparent",
140141
}}
141142
>
142143
{/** Global filter */}

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ div.database-plugin__checkbox {
395395

396396
.database-plugin__table {
397397
position: relative;
398-
border-spacing: 0;
398+
border-spacing: 2px;
399399
border-bottom: 1px solid var(--background-modifier-border);
400400
display: table;
401401
height: 1px; /** Hack to prevent collapsing of table cells */

0 commit comments

Comments
 (0)