mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
style(next): add a cheat sheet-vibe to the help dialog
This commit is contained in:
parent
e79c24872b
commit
ad77ff11ad
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user