mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
style(next): turn "Only in desktop" into a subheading
This commit is contained in:
parent
caf9b92db5
commit
b86cd01169
@ -39,8 +39,7 @@ const TPL = `
|
||||
<ul>
|
||||
<li>${t('help.newTabNoteLink')}</li>
|
||||
</ul>
|
||||
|
||||
${t('help.onlyInDesktop')}:
|
||||
<h6>${t('help.onlyInDesktop')}:</h6>
|
||||
<ul>
|
||||
<li><kbd data-command="openNewTab">${t('help.notSet')}</kbd> ${t('help.openEmptyTab')}</li>
|
||||
<li><kbd data-command="closeActiveTab">${t('help.notSet')}</kbd> ${t('help.closeActiveTab')}</li>
|
||||
|
@ -1576,12 +1576,22 @@ body .calendar-dropdown-widget .calendar-body a:hover {
|
||||
background: var(--card-background-color);
|
||||
}
|
||||
|
||||
.help-dialog .card-body h5 {
|
||||
.help-dialog .card-body h5,
|
||||
.help-dialog .card-body h6 {
|
||||
color: #797979;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.help-dialog .card-body h5 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.help-dialog .card-body h6 {
|
||||
font-size: 15px;
|
||||
padding-bottom: .5em;
|
||||
}
|
||||
|
||||
|
||||
.help-dialog .help-cards ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user