Skip to content

Commit 910ff50

Browse files
committed
small fixes
1 parent 1bfc6fc commit 910ff50

File tree

7 files changed

+9
-32
lines changed

7 files changed

+9
-32
lines changed

Minimal.css

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,14 +2096,6 @@ body {
20962096
--table-wrapper-width: auto;
20972097
}
20982098

2099-
.bases-view[data-view-type=table] {
2100-
--bases-embed-border-width: var(--bases-table-embed-border-width);
2101-
}
2102-
2103-
.bases-view[data-view-type=cards] {
2104-
padding: var(--bases-cards-embed-padding);
2105-
}
2106-
21072099
.table-wide,
21082100
.table-max,
21092101
.table-100 {
@@ -2137,9 +2129,9 @@ body {
21372129
--table-margin: 0;
21382130
--table-drag-padding: var(--table-drag-space) 0;
21392131
--table-wrapper-width: min(fit-content, 100%);
2140-
--bases-embed-border-width: 0;
21412132
--bases-table-embed-border-width: 0;
2142-
--bases-cards-embed-padding: 0 128px;
2133+
--bases-table-embed-border-width: 0;
2134+
--bases-cards-embed-padding: 0 12px;
21432135
--bases-header-padding-end: var(--size-4-2);
21442136
--bases-header-padding-start: var(--size-4-2);
21452137
/* Place drag handles inside the cell when width is 100% */

src/css/main.css

Lines changed: 2 additions & 10 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/features/block-width.scss

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,6 @@ body {
198198
--table-wrapper-width: auto;
199199
}
200200

201-
.bases-view[data-view-type="table"] {
202-
--bases-embed-border-width: var(--bases-table-embed-border-width);
203-
}
204-
.bases-view[data-view-type="cards"] {
205-
padding: var(--bases-cards-embed-padding);
206-
}
207-
208201
.table-wide,
209202
.table-max,
210203
.table-100 {
@@ -233,7 +226,7 @@ body {
233226
--table-margin: 0;
234227
--table-drag-padding: var(--table-drag-space) 0;
235228
--table-wrapper-width: min(fit-content, 100%);
236-
--bases-embed-border-width: 0;
229+
--bases-table-embed-border-width: 0;
237230
--bases-table-embed-border-width: 0;
238231
--bases-cards-embed-padding: 0 12px;
239232

theme.css

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

0 commit comments

Comments
 (0)