This repository was archived by the owner on Jul 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 ) }
Original file line number Diff line number Diff 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 */ }
Original file line number Diff line number Diff 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 : 2 px ;
399399 border-bottom : 1px solid var (--background-modifier-border );
400400 display : table;
401401 height : 1px ; /** Hack to prevent collapsing of table cells */
You can’t perform that action at this time.
0 commit comments