style(next): turn "Only in desktop" into a subheading

This commit is contained in:
Adorian Doran 2025-01-08 21:42:21 +02:00
parent caf9b92db5
commit b86cd01169
2 changed files with 13 additions and 4 deletions

View File

@ -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>

View File

@ -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;