Uh oh!
There was an error while loading. Please reload this page.
[stable25] fix the popovermenu - #35517
Conversation
szaimen
commented
Nov 30, 2022
/compile amend / |
e90bbba to
9b91b15Compareblizzz
commented
Dec 1, 2022
moving to 25.0.3 |
szaimen
commented
Dec 8, 2022
/rebase |
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
9b91b15 to
d4b4135Compare
rotdrop
left a comment
There was a problem hiding this comment.
IMHO, the changes to apps.scss break file-actions which use an img-tag for their icons: the width is now 0, what remains is two times the padding which only makes for 28px instead of the necessary 44px.
szaimen
commented
Jan 16, 2023
Hi, did you already test 25.0.3 (which is not out yet)? This PR should actually fix the issue and not introduce it... |
rotdrop
commented
Jan 16, 2023
I actually testing on a modified version of the current stable25 branch. I'll recheck with an unmodified version and come to it. What I see is that removing the dimensions of the img tag make it size 0. But as I said, I'd better recheck that. There two different "icon-providers" in the file-actions menu, the correctly working ones use a span: The other ones have an img tag: In my view the img has width and height 16px and a padding of 14px. Now, as we have box-sizing=border-box the actual width is then set to 0 and just the padding remains. I recheck with some vanilla stable25 branch first ... |
szaimen
commented
Jan 16, 2023
Hm... If that should be reproducible, can you open a new bug report with up-to-date information? Thanks! |
rotdrop
commented
Jan 16, 2023
Yes, I'll do. |
backport of #35484