We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df84899 commit 1d35827Copy full SHA for 1d35827
assets/user.css
@@ -87,6 +87,17 @@ a:hover {
87
width: 100%;
88
}
89
90
+/* Static-export support
91
+ *
92
+ * In live Glance, JS wraps masonry children into `.masonry-column` elements.
93
+ * In the static snapshot, widgets can be direct children of `.masonry`, which
94
+ * makes them shrink-to-content in flex layout (e.g. squished "Notes" cards).
95
+ */
96
+.masonry > .widget {
97
+ flex: 1 1 0;
98
+ min-width: 0;
99
+}
100
+
101
/* Equal-width desktop tabs (avoid impacting the mobile nav list). */
102
.header .nav .nav-item {
103
flex: 1 1 0;
0 commit comments