diff --git a/solutions/file-uploader/inline/demo.htm b/solutions/file-uploader/inline/demo.htm
index c1720bf33..38f16e357 100644
--- a/solutions/file-uploader/inline/demo.htm
+++ b/solutions/file-uploader/inline/demo.htm
@@ -7,9 +7,16 @@
Multiple sources
-
-
+
-
Single source
@@ -33,10 +38,16 @@ Single source
-
-
+
diff --git a/solutions/file-uploader/inline/index.css b/solutions/file-uploader/inline/index.css
index f4fa52584..8d7b8e90e 100644
--- a/solutions/file-uploader/inline/index.css
+++ b/solutions/file-uploader/inline/index.css
@@ -1,25 +1,5 @@
@import url('../../../blocks/themes/lr-basic/index.css');
-/* stylelint-disable-next-line plugin/stylelint-force-app-name-prefix */
-body {
- box-sizing: border-box;
- width: 100vw;
- height: var(--uploadcare-blocks-window-height, 100vh);
- margin: 0;
- padding: 8px;
-}
-
-lr-uploader {
- display: block;
- border: 2px solid
- hsla(
- var(--h-foreground),
- var(--s-foreground),
- var(--l-foreground),
- calc((0.1 - 0.05 * var(--darkmode)) * var(--borders))
- );
-}
-
lr-start-from {
height: 100%;
}
@@ -28,6 +8,10 @@ lr-start-from {
container-type: inline-size;
}
+lr-activity-header .close-btn {
+ display: none;
+}
+
@container (min-width: 500px) {
lr-start-from {
grid-template-rows: 1fr max-content;