all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH widget-toolkit 1/2] css: don't make full tags inline-block in the tree
@ 2022-11-21  7:53 Dominik Csapak
  2022-11-21  7:53 ` [pve-devel] [PATCH widget-toolkit 2/2] log/journal view: fix acces to me after destroying Dominik Csapak
  2022-11-21 11:16 ` [pve-devel] applied: [PATCH widget-toolkit 1/2] css: don't make full tags inline-block in the tree Thomas Lamprecht
  0 siblings, 2 replies; 4+ messages in thread
From: Dominik Csapak @ 2022-11-21  7:53 UTC (permalink / raw)
  To: pve-devel

when showing full tags in the tree as inline-block, the height is increased,
leading to unwanted 'wobble' when tags are added/removed

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 src/css/ext6-pmx.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/css/ext6-pmx.css b/src/css/ext6-pmx.css
index 37cadde..b9bfb35 100644
--- a/src/css/ext6-pmx.css
+++ b/src/css/ext6-pmx.css
@@ -14,6 +14,11 @@
     display: inline-block;
 }
 
+.proxmox-tags-full .x-grid-cell-inner-treecolumn .proxmox-tag-light,
+.proxmox-tags-full .x-grid-cell-inner-treecolumn .proxmox-tag-dark {
+    display: inherit;
+}
+
 .x-boundlist-item > .proxmox-tag-light,
 .x-boundlist-item > .proxmox-tag-dark {
     line-height: 15px;
-- 
2.30.2





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-21 11:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21  7:53 [pve-devel] [PATCH widget-toolkit 1/2] css: don't make full tags inline-block in the tree Dominik Csapak
2022-11-21  7:53 ` [pve-devel] [PATCH widget-toolkit 2/2] log/journal view: fix acces to me after destroying Dominik Csapak
2022-11-21  7:54   ` Dominik Csapak
2022-11-21 11:16 ` [pve-devel] applied: [PATCH widget-toolkit 1/2] css: don't make full tags inline-block in the tree Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal