Skip to content

[Android] The "more" button in the navigation drawer is being obscured by the username #1666

@Npepperlinux

Description

@Npepperlinux

When users with extremely long names log into Flare, the "more vert (ellipsis vertical)" icon for switching users becomes minuscule, forcing users to rely on luck to press it.

short name long name
short name long name

It seems necessary to either fix the button size or adjust the layout so the username text doesn't interfere.

IconButton(
onClick = {
navigate(Route.AccountSelection)
},
modifier =
Modifier
.padding(
horizontal = 8.dp,
),
) {
FAIcon(
FontAwesomeIcons.Solid.EllipsisVertical,
contentDescription = null,
)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions