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

Commit 16da57d

Browse files
committed
fixing cell presentation
1 parent 9886996 commit 16da57d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

styles.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114
.data-input:hover {
115115
background-color: var(--background-secondary);
116116
}
117+
span.is-loaded {
118+
display: flex;
119+
align-items: center;
120+
}
117121

118122
.database-plugin__checkbox {
119123
place-self: center;
@@ -176,6 +180,7 @@
176180

177181
.database-plugin__markdown-preview-view {
178182
padding: 0;
183+
height: fit-content;
179184
}
180185

181186
.svg-icon-sm svg {
@@ -459,8 +464,10 @@
459464
gap: 0.3rem;
460465
}
461466

462-
.text-align-right {
463-
text-align: right;
467+
span.text-align-right {
468+
display: flex;
469+
align-items: center;
470+
justify-content: flex-end;
464471
}
465472

466473
.cell-padding {

0 commit comments

Comments
 (0)