app/assets/stylesheets/index.css in refine-rails-2.11.5 vs app/assets/stylesheets/index.css in refine-rails-2.11.6
- old
+ new
@@ -1950,6 +1950,18 @@
color: #999;
transform: translateY(-50%);
line-height: 18px;
}
+/* Shoelace Modal Styling */
+
+.dialog-full::part(panel) {
+ width: 100%;
+ max-width: 100%;
+ height: 100%;
+ max-height: 100%;
+ border-radius: 0;
+ padding: 0;
+ margin: 0;
+}
+