[pve-devel] [PATCH manager] ui: properly center ceph icon
Shannon Sterz
s.sterz at proxmox.com
Wed Aug 27 12:24:29 CEST 2025
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.heiss at proxmox.com>
Signed-off-by: Shannon Sterz <s.sterz at 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
More information about the pve-devel
mailing list