Uh oh!
There was an error while loading. Please reload this page.
fix public view - #34028
Conversation
szaimen
commented
Sep 12, 2022
/compile / |
abdc077 to
a83bf64Compareszaimen
commented
Sep 12, 2022
/compile / |
c54f88e to
6d431c8Compareszaimen
commented
Sep 12, 2022
/compile amend / |
max-nextcloud
commented
Sep 12, 2022
thanks for looking into this! |
6d431c8 to
2432df5Compareszaimen
commented
Sep 12, 2022
/compile amend / |
2432df5 to
ca91803Compareca91803 to
a922b12Compareszaimen
commented
Sep 12, 2022
/compile amend / |
a922b12 to
150441cCompare| #imgframe img { | ||
| max-height: 100% !important; | ||
| max-height: calc(100vh - var(--header-height) - #{$footer-height} - #{$download-button-section-height}) !important; |
There was a problem hiding this comment.
Do you have better ideas? Other solutions didnt work in my testing...
| } | ||
| #imgframe video { | ||
| max-height: calc(100vh - var(--header-height) - #{$footer-height} - #{$download-button-section-height}); |
There was a problem hiding this comment.
Is it still relevant?
Considering we're using the viewer now to render single files shares?
There was a problem hiding this comment.
Yes, this was needed to make it work with any screen size...
There was a problem hiding this comment.
SHould it not be handled widely then? Make the viewer container takign the full size?
Not just video or img tags
There was a problem hiding this comment.
I didn't find other formats that would need fixing so only applied it to these.
There was a problem hiding this comment.
Btw: public audio playback is currently broken IIRC: #34027
There was a problem hiding this comment.
I'm working on a separate PR for audio playback here #34051 - would style that after this is merged.
Signed-off-by: szaimen <szaimen@e.mail.de>
150441c to
b664644Compareszaimen
commented
Sep 13, 2022
/compile amend / |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
b664644 to
335964dCompareszaimen
commented
Sep 13, 2022
CI failure unrelated |
Close#33858
Close#33803
Signed-off-by: szaimen szaimen@e.mail.de