Skip to content

Commit c78284e

Browse files
committed
small fix for base headers
1 parent e70e775 commit c78284e

File tree

7 files changed

+5
-14
lines changed

7 files changed

+5
-14
lines changed

Minimal.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -600,10 +600,6 @@ body {
600600
--bases-table-text-size: var(--table-text-size);
601601
}
602602

603-
.bases-embed .bases-header {
604-
height: auto;
605-
min-height: 0;
606-
}
607603
.bases-embed .bases-header .query-toolbar {
608604
padding-bottom: 2px;
609605
opacity: var(--bases-toolbar-opacity);

src/css/main.css

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/app/bases.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
}
44
.bases-embed {
55
.bases-header {
6-
height: auto;
7-
min-height: 0;
6+
87
.query-toolbar {
98
padding-bottom: 2px;
109
opacity: var(--bases-toolbar-opacity);

theme.css

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)