Skip to content

Commit

Permalink
added focus mode gifs.
Browse files Browse the repository at this point in the history
  • Loading branch information
djl11 committed Feb 20, 2025
1 parent 3a555b6 commit 15e0a9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions interfaces/basics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ This will declutter the workspace, minimize the icons on screen and make the bes

If you want to look at one tile in particular, you can expand this into the focus mode view.

<picture>
<img class="dark-light" width="100%" src="https://raw.githubusercontent.com/unifyai/unifyai.github.io/refs/heads/main/img/externally_linked/focus_mode.gif"/>
</picture>
<img className="block dark:hidden" width="100%" src="https://raw.githubusercontent.com/unifyai/unifyai.github.io/refs/heads/main/img/externally_linked/focus_mode_light.gif"/>
<img className="hidden dark:block" width="100%" src="https://raw.githubusercontent.com/unifyai/unifyai.github.io/refs/heads/main/img/externally_linked/focus_mode_dark.gif"/>

You can also compare *any* two tiles side-by-side in focus mode, which is easier than moving them next to one another.

Expand Down

0 comments on commit 15e0a9d

Please sign in to comment.