mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Fix notes icon changing size/position with long category or group names (#2773)
This commit is contained in:
@@ -117,11 +117,13 @@ export function SidebarCategory({
|
||||
</Popover>
|
||||
</View>
|
||||
<View style={{ flex: 1 }} />
|
||||
<NotesButton
|
||||
id={category.id}
|
||||
style={dragging && { color: 'currentColor' }}
|
||||
defaultColor={theme.pageTextLight}
|
||||
/>
|
||||
<View style={{ flexShrink: 0 }}>
|
||||
<NotesButton
|
||||
id={category.id}
|
||||
style={dragging && { color: 'currentColor' }}
|
||||
defaultColor={theme.pageTextLight}
|
||||
/>
|
||||
</View>
|
||||
</View>
|
||||
);
|
||||
|
||||
|
||||
@@ -138,11 +138,13 @@ export function SidebarGroup({
|
||||
</Popover>
|
||||
</View>
|
||||
<View style={{ flex: 1 }} />
|
||||
<NotesButton
|
||||
id={group.id}
|
||||
style={dragPreview && { color: 'currentColor' }}
|
||||
defaultColor={theme.pageTextLight}
|
||||
/>
|
||||
<View style={{ flexShrink: 0 }}>
|
||||
<NotesButton
|
||||
id={group.id}
|
||||
style={dragPreview && { color: 'currentColor' }}
|
||||
defaultColor={theme.pageTextLight}
|
||||
/>
|
||||
</View>
|
||||
</>
|
||||
)}
|
||||
</View>
|
||||
|
||||
6
upcoming-release-notes/2773.md
Normal file
6
upcoming-release-notes/2773.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [jpelgrom]
|
||||
---
|
||||
|
||||
Fix notes icon changing size/position with long category or group names.
|
||||
Reference in New Issue
Block a user