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); + } + } + } } }