diff --git a/css/files.css b/css/files.css index 4e07b62..5d5e504 100644 --- a/css/files.css +++ b/css/files.css @@ -440,6 +440,10 @@ filter: none; } } + + li[data-cy-upload-picker-menu-entry^="template-new-richdocuments"] { + display: none; + } } } diff --git a/css/files_sharing.css b/css/files_sharing.css index ccd8cc2..b2243c6 100644 --- a/css/files_sharing.css +++ b/css/files_sharing.css @@ -106,12 +106,17 @@ } ul { - gap: 12px; + li:first-child { + padding-bottom: 12px; + } li>a.menuitem { &:hover, &.active { background-color: var(--ion-files-list-background-hover); } + &[data-filetype^="x-office"] { + display: none; + } } } }