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

Commit 00b0d2a

Browse files
committed
align all kind of cells
1 parent 22b003f commit 00b0d2a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

styles.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
}
9898
/** children of data-input fills parent div*/
9999
.data-input > * {
100-
display: block;
101100
border: none;
102101
height: 100%;
103102
width: 100%;
@@ -114,9 +113,13 @@
114113
.data-input:hover {
115114
background-color: var(--background-secondary);
116115
}
117-
span.is-loaded {
116+
117+
span.is-loaded,
118+
span.database-plugin__calendar,
119+
div.database-plugin__checkbox {
118120
display: flex;
119121
align-items: center;
122+
justify-content: center;
120123
}
121124

122125
.database-plugin__checkbox {

0 commit comments

Comments
 (0)