Skip to content

Commit

Permalink
style(next): add a cheat sheet-vibe to the help dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
adoriandoran committed Jan 8, 2025
1 parent e79c248 commit ad77ff1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/public/stylesheets/theme-next/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1563,11 +1563,19 @@ body .calendar-dropdown-widget .calendar-body a:hover {

/* Help */

.help-dialog .help-cards {
display: block;
columns: 3;
column-gap: 20px;
}

.help-dialog .card {
margin: 0;
width: auto;
border: none;
padding: 8px;
padding: 16px 8px;
background: unset;
break-inside: avoid-column;
}

.help-dialog .card-body {
Expand Down

0 comments on commit ad77ff1

Please sign in to comment.