* [PATCH proxmox-backup] ui: tape: adapt vertical aligning of tape icon
@ 2026-04-24 13:36 Dominik Csapak
2026-04-24 19:06 ` applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2026-04-24 13:36 UTC (permalink / raw)
To: pbs-devel
Align this icon a bit better with the surrounding text, depending on
where it is. Aligning is off because it's not a font based icon.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
noticed during testing of the new encryption view
www/css/ext6-pbs.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/www/css/ext6-pbs.css b/www/css/ext6-pbs.css
index 4a4a58d2f..f2bd9252b 100644
--- a/www/css/ext6-pbs.css
+++ b/www/css/ext6-pbs.css
@@ -331,6 +331,7 @@ span.snapshot-comment-column {
background-position: bottom;
background-repeat: no-repeat;
background-size: 16px;
+ vertical-align: bottom;
}
.pbs-icon-tape-drive {
@@ -348,6 +349,10 @@ span.snapshot-comment-column {
height: 20px;
}
+.x-tree-icon.pbs-icon-tape {
+ vertical-align: middle;
+}
+
.info-pointer div.right-aligned {
cursor: pointer;
}
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread* applied: [PATCH proxmox-backup] ui: tape: adapt vertical aligning of tape icon
2026-04-24 13:36 [PATCH proxmox-backup] ui: tape: adapt vertical aligning of tape icon Dominik Csapak
@ 2026-04-24 19:06 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2026-04-24 19:06 UTC (permalink / raw)
To: pbs-devel, Dominik Csapak
On Fri, 24 Apr 2026 15:36:27 +0200, Dominik Csapak wrote:
> Align this icon a bit better with the surrounding text, depending on
> where it is. Aligning is off because it's not a font based icon.
I hardly could tell the difference besides in subpixel rendering here on
Firefox, and we might need to do the same for the tape drive icon, which is
only visible if there is a tape drive configured, but saw now harm in doing
your change here now already. So, applied, thanks!
[1/1] ui: tape: adapt vertical aligning of tape icon
commit: c901d309e8f66c1481d6f25f4a3959337da21edb
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-24 19:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-24 13:36 [PATCH proxmox-backup] ui: tape: adapt vertical aligning of tape icon Dominik Csapak
2026-04-24 19:06 ` applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox