Skip to content

Commit fcb18e8

Browse files
authored
fix: make "import from video recording" text a bit bigger (#767)
This makes things a bit easier to read on mobile without (hopefully) impacting the rest of the structure Before: <img width="528" height="978" alt="image" src="https://github.com/user-attachments/assets/b38bdaa0-ceff-4cf9-a3f3-0a1d25e779a1" /> After: <img width="538" height="970" alt="image" src="https://github.com/user-attachments/assets/4f74042a-56c3-4f87-a2dd-aa6ca9782b3c" />
1 parent 981fde4 commit fcb18e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/frontend/components/uppy-file-upload.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ $gray-600: $neutral-gray;
1313
float: left; // Fix invalid inline-start float property from Uppy
1414
}
1515

16+
// Make things a bit bigger on mobie
17+
.uppy-DashboardContent-back,
18+
.uppy-DashboardContent-title {
19+
font-size: 14px;
20+
min-width: min-content;
21+
}
22+
1623
// Make bold text antialiased
1724
.uppy-Root {
1825
-webkit-font-smoothing: antialiased;

0 commit comments

Comments
 (0)