the container here is 24px tall, the icon itself is rendered with a height of 14px, so it needs to be rendered 5px from the top to appear vertically centered.
Reported-by: Christoph Heiss <c.he...@proxmox.com> Signed-off-by: Shannon Sterz <s.st...@proxmox.com> --- www/css/ext6-pve.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css index 192671af3..025c49f28 100644 --- a/www/css/ext6-pve.css +++ b/www/css/ext6-pve.css @@ -449,7 +449,7 @@ div.right-aligned { height: 14px; position: absolute; left: 1px; - top: 4px; + top: 5px; background-image: url(../images/logo-ceph.svg); background-size: 14px 14px; content: " "; -- 2.47.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel