Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,37 +21,37 @@ Check out [Getting Started](./gettingstarted) for installation instructions.
<CardGroup>
<Card
href="./customization"
icon="fa-file-magnifying-glass"
icon="fa-paintbrush"
title="Customization"
description="Set up tabs and terminals to match your workflow needs."
/>
<Card
href="./keybindings"
icon="fa-file-magnifying-glass"
icon="fa-keyboard"
title="Key Bindings"
description="Boost efficiency with keyboard shortcuts for faster navigation."
/>
<Card
href="./layout"
icon="fa-file-magnifying-glass"
icon="fa-grid-2"
title="Layout"
description="Organize your workspace using our layout system."
/>
<Card
href="./connections"
icon="fa-file-magnifying-glass"
icon="fa-network-wired"
title="Remote Connections"
description="Quickly SSH or connect to remote machines in one step."
/>
<Card
href="./widgets"
icon="fa-file-magnifying-glass"
icon="fa-rocket"
title="Widgets"
description="Explore built-in tools to extend your terminal’s functionality."
/>
<Card
href="./wsh"
icon="fa-file-magnifying-glass"
icon="fa-rectangle-terminal"
title="wsh Command"
description="Control Wave and launch widgets directly from the command line."
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/element/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
font-family: var(--markdown-font-family);
font-size: var(--markdown-font-size);
overflow-wrap: break-word;
padding: 5px 15px;
padding: 5px 15px 10px 15px;

&.non-scrollable {
overflow: hidden;
Expand Down
Loading