feat(directory): center align buttons in DirectoryMainScreen and adjust padding in Directory and Notes views
This commit is contained in:
parent
45ce53539c
commit
5e8158a410
@ -86,7 +86,7 @@ class DirectoryMainScreen extends StatelessWidget {
|
|||||||
child: Obx(() {
|
child: Obx(() {
|
||||||
final isNotesView = controller.isNotesView.value;
|
final isNotesView = controller.isNotesView.value;
|
||||||
return Row(
|
return Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.end,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
IconButton(
|
IconButton(
|
||||||
tooltip: 'Directory View',
|
tooltip: 'Directory View',
|
||||||
|
|||||||
@ -31,7 +31,7 @@ class DirectoryView extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
// Search + Filter + Toggle
|
// Search + Filter + Toggle
|
||||||
Padding(
|
Padding(
|
||||||
padding: MySpacing.xy(8, 10),
|
padding: MySpacing.xy(8, 8),
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
// Search Field
|
// Search Field
|
||||||
|
|||||||
@ -76,7 +76,7 @@ class NotesView extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
/// 🔍 Search + Refresh (Top Row)
|
/// 🔍 Search + Refresh (Top Row)
|
||||||
Padding(
|
Padding(
|
||||||
padding: MySpacing.xy(8, 10),
|
padding: MySpacing.xy(8, 8),
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Expanded(
|
Expanded(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user