mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 03:32:26 +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 */
|
||||||
|
|
||||||
|
.help-dialog .help-cards {
|
||||||
|
display: block;
|
||||||
|
columns: 3;
|
||||||
|
column-gap: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.help-dialog .card {
|
.help-dialog .card {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
width: auto;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 8px;
|
padding: 16px 8px;
|
||||||
background: unset;
|
background: unset;
|
||||||
|
break-inside: avoid-column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-dialog .card-body {
|
.help-dialog .card-body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user