[yew-devel] [PATCH yew-widget-toolkit-assets 4/4] material: add rounded corners to bottom sheet
Dominik Csapak
d.csapak at proxmox.com
Tue Jun 24 14:19:18 CEST 2025
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
scss/material/_theme_post_material.scss | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/scss/material/_theme_post_material.scss b/scss/material/_theme_post_material.scss
index 0e53940..0f448cb 100644
--- a/scss/material/_theme_post_material.scss
+++ b/scss/material/_theme_post_material.scss
@@ -67,3 +67,10 @@ ul.pwt-menubar {
@include elevation-box-shadow(1);
}
}
+
+/// `pwt-side-dialog-bottom`
+/// : overwrite corner radius
+.pwt-side-dialog-bottom {
+ border-top-left-radius: var(--pwt-shape-corner-large);
+ border-top-right-radius: var(--pwt-shape-corner-large);
+}
--
2.39.5
More information about the yew-devel
mailing list