From 3dd885f421bd3f63cc2d47cec6611a45119191b4 Mon Sep 17 00:00:00 2001 From: Piyush Date: Fri, 24 Jul 2026 07:02:04 +0000 Subject: [PATCH] added a scrollbar in email sharing detail view and fixed guest view download button icon --- css/apps/sharing.scss | 5 +++++ css/layouts/guestview.scss | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/css/apps/sharing.scss b/css/apps/sharing.scss index 76573ce..4f08fe9 100644 --- a/css/apps/sharing.scss +++ b/css/apps/sharing.scss @@ -267,6 +267,11 @@ } +.sharingPopupDetailsView { + overflow-y: auto; + max-height: 60vh; +} + // TODO this should be done by the icon generation script body .icon-upload-to-cloud, body .icon-upload-to-cloud-dark { background-image: var(--icon-upload-to-cloud-dark); diff --git a/css/layouts/guestview.scss b/css/layouts/guestview.scss index 5a7c039..eac4575 100644 --- a/css/layouts/guestview.scss +++ b/css/layouts/guestview.scss @@ -57,6 +57,14 @@ display: none; } } + + #public-page-menu--primary { + .button-vue__icon { + .public-page-menu__primary-icon { + filter: var(--background-invert-if-bright); + } + } + } } }