[yew-devel] [PATCH yew-widget-toolkit-assets 1/4] slidable: don't add padding on top and bottom to actions
Dominik Csapak
d.csapak at proxmox.com
Tue Jun 24 14:19:15 CEST 2025
otherwise they are taller than the main slidable component, resulting in
graphical glitches.
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
scss/_slidable.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scss/_slidable.scss b/scss/_slidable.scss
index 784b500..1fd4d74 100644
--- a/scss/_slidable.scss
+++ b/scss/_slidable.scss
@@ -17,7 +17,7 @@
height: 100%;
box-sizing: border-box;
- padding: var(--pwt-spacer-2);
+ padding: 0 var(--pwt-spacer-2);
color: var(--pwt-color);
--
2.39.5
More information about the yew-devel
mailing list