mirror of
https://github.com/zadam/trilium.git
synced 2026-02-07 14:24:26 +01:00
fix(mobile/note_icon): small horizontal scroll
This commit is contained in:
parent
c4d131dd23
commit
cb9e67ce84
@ -158,7 +158,7 @@ function NoteIconList({ note, onHide, columnCount }: {
|
||||
class="icon-list"
|
||||
ref={iconListRef}
|
||||
style={{
|
||||
width: columnCount * 48,
|
||||
width: (columnCount * 48 + 10),
|
||||
}}
|
||||
onClick={(e) => {
|
||||
// Make sure we are not clicking on something else than a button.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user