chore(mobile/header): make icons easier to press

This commit is contained in:
Elian Doran 2026-02-02 16:58:06 +02:00
parent 5507cc5abc
commit 911f78867f
No known key found for this signature in database
2 changed files with 23 additions and 3 deletions

View File

@ -1322,7 +1322,7 @@ body.mobile .note-title {
margin-inline-start: 0;
}
.title-row {
body.desktop .title-row {
/* Aligns the "Create new split" button with the note menu button (the three dots button) */
padding-inline-end: 3px;
}

View File

@ -110,7 +110,27 @@ body.experimental-feature-new-layout {
}
}
&.mobile .title-row .note-icon-widget .note-icon {
--icon-button-size: 24px;
&.mobile .title-row {
.icon-action:not(.note-icon) {
height: 45px;
width: 45px;
flex-shrink: 0;
}
.note-actions {
width: auto;
}
.note-badges {
margin-inline: 0.5em;
}
.note-icon-widget {
margin-inline: 0.5em;
.note-icon {
--icon-button-size: 24px;
}
}
}
}