Arno Welzel

Results 309 comments of Arno Welzel

At least with Nextcloud 32 the integration is displayed not very nice "out of the box" when using public share links - it does not even fill the content area...

I can confirm this - Collabora does not use native resolution for presentation display. This was also the case with version 24, so it is not a new issue, but...

Well - having an extension ".xlsX" instead of ".xlsx" is a difference. I would just rename the file to fix this.

My current workaround to fix this, is the following custom CSS: ``` .app-bookmarks .app-navigation-entry-wrapper:nth-last-child(2) { padding-left: 8px; padding-right: 8px; } .app-bookmarks .app-navigation-entry-wrapper:nth-last-child(1) { padding-left: 8px; padding-right: 8px; padding-bottom: 8px; }...

> I plan to try regenerating thumbnails and updating the file index to see if the issue persists. I did this already - no change. Nextcloud 32.0.1 as well here....

By the way: the build of the viewer warns about a deprecated API: https://sass-lang.com/documentation/breaking-changes/legacy-js-api/

Also see https://github.com/nextcloud/collectives/issues/2114

My current workaround to fix this is the following custom CSS: ``` .app-deck .settings-button { border-radius: var(--border-radius-element, var(--border-radius-pill)) !important; } .app-deck .settings-button__icon { padding-left: 4px; padding-top: 4px; opacity: 1 !important;...

Works fine for me (see screenshots). Nextcloud 31.0.7 (with custom CSS to remove rounded corners around the main area). Maybe this only affects Nextcloud 29.0.16? But then it seems to...

Sometimes it helps to disable and enable the Draw.io. This fixed missing MIME type icons in my case after a Nextcloud update. Maybe this also helps with the menu?