Skip to content

Commit 0e661ee

Browse files
authored
Merge pull request #2124 from basecamp/mobile-columns-pt-iii
Mobile columns pt iii
2 parents 7249e20 + 187bff1 commit 0e661ee

36 files changed

+381
-302
lines changed

app/assets/stylesheets/_global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
--color-terminal-text: var(--color-ink);
208208
--color-terminal-text-light: var(--color-ink-lighter);
209209
--color-golden: oklch(89.1% 0.178 95.7);
210-
--color-considering: oklch(var(--lch-blue-medium));
210+
--color-maybe: oklch(var(--lch-blue-medium));
211211

212212
/* Colors: Cards */
213213
--color-card-default: oklch(var(--lch-blue-dark));

app/assets/stylesheets/base.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@
102102
}
103103

104104
/* Turbo */
105-
turbo-frame {
105+
turbo-frame,
106+
turbo-cable-stream-source {
106107
display: contents;
107108
}
108109

app/assets/stylesheets/blank-slates.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
white-space: nowrap;
1212
}
1313

14-
.cards--considering & {
14+
.cards--maybe & {
1515
background-color: var(--card-bg-color) !important;
1616
}
1717

0 commit comments

Comments
 (0)