We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981fde4 commit fcb18e8Copy full SHA for fcb18e8
app/frontend/components/uppy-file-upload.scss
@@ -13,6 +13,13 @@ $gray-600: $neutral-gray;
13
float: left; // Fix invalid inline-start float property from Uppy
14
}
15
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
+
23
// Make bold text antialiased
24
.uppy-Root {
25
-webkit-font-smoothing: antialiased;
0 commit comments