Add icons to cards in docsite, adjust md padding (#1816)

This commit is contained in:
Evan Simkowitz 2025-01-23 13:54:14 -08:00 committed by GitHub
parent 03218c88dd
commit a0c6694665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -21,37 +21,37 @@ Check out [Getting Started](./gettingstarted) for installation instructions.
<CardGroup> <CardGroup>
<Card <Card
href="./customization" href="./customization"
icon="fa-file-magnifying-glass" icon="fa-paintbrush"
title="Customization" title="Customization"
description="Set up tabs and terminals to match your workflow needs." description="Set up tabs and terminals to match your workflow needs."
/> />
<Card <Card
href="./keybindings" href="./keybindings"
icon="fa-file-magnifying-glass" icon="fa-keyboard"
title="Key Bindings" title="Key Bindings"
description="Boost efficiency with keyboard shortcuts for faster navigation." description="Boost efficiency with keyboard shortcuts for faster navigation."
/> />
<Card <Card
href="./layout" href="./layout"
icon="fa-file-magnifying-glass" icon="fa-grid-2"
title="Layout" title="Layout"
description="Organize your workspace using our layout system." description="Organize your workspace using our layout system."
/> />
<Card <Card
href="./connections" href="./connections"
icon="fa-file-magnifying-glass" icon="fa-network-wired"
title="Remote Connections" title="Remote Connections"
description="Quickly SSH or connect to remote machines in one step." description="Quickly SSH or connect to remote machines in one step."
/> />
<Card <Card
href="./widgets" href="./widgets"
icon="fa-file-magnifying-glass" icon="fa-rocket"
title="Widgets" title="Widgets"
description="Explore built-in tools to extend your terminals functionality." description="Explore built-in tools to extend your terminals functionality."
/> />
<Card <Card
href="./wsh" href="./wsh"
icon="fa-file-magnifying-glass" icon="fa-rectangle-terminal"
title="wsh Command" title="wsh Command"
description="Control Wave and launch widgets directly from the command line." description="Control Wave and launch widgets directly from the command line."
/> />

View File

@ -19,7 +19,7 @@
font-family: var(--markdown-font-family); font-family: var(--markdown-font-family);
font-size: var(--markdown-font-size); font-size: var(--markdown-font-size);
overflow-wrap: break-word; overflow-wrap: break-word;
padding: 5px 15px; padding: 5px 15px 10px 15px;
&.non-scrollable { &.non-scrollable {
overflow: hidden; overflow: hidden;