Conversation
|
/compile amend / |
e90bbba to
9b91b15
Compare
|
moving to 25.0.3 |
|
/rebase |
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
9b91b15 to
d4b4135
Compare
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.
|
Hi, did you already test 25.0.3 (which is not out yet)? This PR should actually fix the issue and not introduce it... |
|
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 ... |
|
Hm... If that should be reproducible, can you open a new bug report with up-to-date information? Thanks! |
Yes, I'll do. |
backport of #35484