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

Commit af27957

Browse files
committed
improving add row css
1 parent 4dd5d15 commit af27957

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

styles.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,20 +286,23 @@ div.database-plugin__checkbox {
286286
align-items: center;
287287
font-size: 0.875rem;
288288
cursor: pointer;
289+
position: sticky;
290+
bottom: 0;
291+
background-color: var(--background-primary);
289292
}
290293

291-
.database-plugin__add-row:hover {
294+
.database-plugin__add-row .svg-icon:hover {
292295
background-color: var(--background-secondary);
293296
color: var(--text-accent-hover);
297+
padding: 0.6rem;
294298
}
295299

296300
.database-plugin__add-row .database-plugin__td {
297301
border: none;
298302
background-color: transparent;
299303
color: var(--text-muted);
300-
flex-direction: row;
301-
align-items: center;
302-
display: inline-grid;
304+
display: inline-flex;
305+
vertical-align: middle;
303306
}
304307

305308
.database-plugin__th {
@@ -314,6 +317,7 @@ div.database-plugin__checkbox {
314317
.database-plugin__th:hover {
315318
background-color: var(--background-secondary);
316319
color: var(--text-normal);
320+
padding: 0.3rem;
317321
}
318322

319323
.database-plugin__th-content {

0 commit comments

Comments
 (0)