diff --git a/bigbluebutton-html5/imports/ui/components/presentation/presentation-uploader/styles.scss b/bigbluebutton-html5/imports/ui/components/presentation/presentation-uploader/styles.scss index 11a67195d237ab2573c78ca1d02532a894bb3524..db2cc1440887d277227606432c1c1f31af3b2714 100644 --- a/bigbluebutton-html5/imports/ui/components/presentation/presentation-uploader/styles.scss +++ b/bigbluebutton-html5/imports/ui/components/presentation/presentation-uploader/styles.scss @@ -370,8 +370,6 @@ .uploadRow { display: flex; flex-direction: column; - margin-bottom: var(--statusInfoHeight); - margin-top: var(--statusInfoHeight); } .textErr, @@ -389,8 +387,6 @@ bottom: var(--toast-md-margin); position: relative; left: var(--border-size-large); - max-height: var(--statusInfoHeight); - height: var(--statusInfoHeight); [dir="rtl"] & { right: var(--border-size-large); @@ -490,7 +486,7 @@ height: 100%; max-height: var(--uploadListHeight); overflow-y: auto; - padding-right: 1rem; + padding-right: 1.5rem; box-sizing: content-box; background: none; }