You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* adjust txt-s to target all descendants
- also increase line-height slightly from 1rem to 1.2rem
* Feat: mobile-responsive callouts + line-height fix
- Callouts by default will have their `float` property unset on mobile, and will stretch to 100% width.
- adding `|fixed` callout metadata will force a callout to maintain its float on mobile, for exceptional situations where it is important to float a (preferably small) element even with limited screen space (i.e., mobile).
- adjustments to `txt-s` line-height for `<sup>` elements (i.e., footnotes) so they don't push line-height up. Slightly increased line-height as compromise to improve readability. Quartz-only; not needed for Obsidian.
- reduced line-height of table `<td>` for infobox callouts
- updated docs
|`fixed`| Maintains a callout's float position on mobile |
99
100
100
101
### Callout Sizing
101
102
102
-
Callouts can be resized using the keywords below.
103
+
Callouts can be resized using the keywords below (sizing is the same as [[custom-formatting-features#SIRvb's Image Adjustments|SIRvb's Image Adjustments]])
103
104
104
105
The sizing is a percentage, relative to the callout's parent. Using `|wmed` as an example:
105
106
@@ -108,33 +109,18 @@ The sizing is a percentage, relative to the callout's parent. Using `|wmed` as a
108
109
109
110
Sizing can be made to use pixels instead of percentage by adding `|static`.
0 commit comments