Skip to content
Commit 20c89fc4 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Fix guest avatars in Files app



In the public share page the avatars were always forced to 64px to
prevent some issues with "imageplaceholder()" (the avatar size is
hardcoded to the size of the element or, if the element is hidden, to
the size given to the function). In the Files app, however, the size of
the avatar changes dynamically when the user is promoted and unpromoted
between 128px and 64px. Due to this the hardcoded avatar size needs to
be overriden in the CSS rules to switch between 64px and 128px as
needed.

For consistency with the Files app, the promoted avatars in the public
share page are now 128px too.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent a35ae569
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment