mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
fix(uiux): [AppBar] Tighten profile switcher tappable area (#532)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
- `[Radarr]` (Add) Would not trigger a search for missing movie when selected
|
||||
- `[Radarr]` (Add) Removed ability to set PreDB or TBA minimum availability
|
||||
- `[Radarr]` (Edit) Removed ability to set PreDB or TBA minimum availability
|
||||
- `[UI/UX]` (AppBar) tighten profile switcher tappable area
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -282,6 +282,7 @@ class _State extends State<LunaAppBar> {
|
||||
tooltip: 'Change Profiles',
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
Flexible(
|
||||
child: FadingEdgeScrollView.fromSingleChildScrollView(
|
||||
|
||||
Reference in New Issue
Block a user