-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WiP fix: respect noZoom for images (#826)
- Loading branch information
1 parent
d6c0943
commit 8103671
Showing
5 changed files
with
104 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
title: January 2024 Release Notes | ||
subtitle: Fern product updates and release notes for January 2024 | ||
--- | ||
|
||
<div className="flex justify-start items-center gap-3 pt-8 -mb-[65px] relative"> | ||
<img src="../../../images/plus.svg" width="12px" height="12px" noZoom /> | ||
<span>Added</span> | ||
</div> | ||
|
||
<div className="flex justify-start items-center gap-3 pt-8 -mb-[65px] relative"> | ||
<img src="../../../images/plus.svg" width="12px" height="100%" noZoom /> | ||
<span>Added</span> | ||
</div> | ||
|
||
<div className="flex justify-start items-center gap-3 pt-8 -mb-[65px] relative"> | ||
<img src="../../../images/plus.svg" width="12px" height="auto" noZoom /> | ||
<span>Added</span> | ||
</div> | ||
|
||
<div className="flex justify-start items-center gap-3 pt-8 -mb-[65px] relative"> | ||
<img src="../../../images/plus.svg" width="12px" noZoom /> | ||
<span>Added</span> | ||
</div> | ||
|
||
<div className="flex justify-start items-center gap-3 pt-8 -mb-[65px] relative"> | ||
<img src="../../../images/plus.svg" style={{ width: 12, height: 12 }} noZoom /> | ||
<span>Added</span> | ||
</div> | ||
|
||
<div className="flex justify-start items-center gap-3 pt-8 -mb-[65px] relative"> | ||
<img src="../../../images/plus.svg" width="12" height="12" noZoom /> | ||
<span>Added</span> | ||
</div> | ||
|
||
--- | ||
|
||
<div className="flex justify-start items-center gap-3 pt-8 -mb-[65px] relative"> | ||
<img src="../../../images/plus.svg" width="1em" height="1em" noZoom /> | ||
<span>Added</span> | ||
</div> | ||
|
||
<div className="flex justify-start items-center gap-3 pt-8 -mb-[65px] relative"> | ||
<img src="../../../images/plus.svg" width="1rem" height="1rem" noZoom /> | ||
<span>Added</span> | ||
</div> | ||
|
||
<div className="flex justify-start items-center gap-3 pt-8 -mb-[65px] relative"> | ||
<img src="../../../images/plus.svg" noZoom /> | ||
<span>Added</span> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"organization": "fern", | ||
"version": "0.20.0-1-g8f601b6ab" | ||
"version": "0.26.2-9-g50eeced23" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.