Merge pull request #2779 from krille-chan/krille/design-update
chore: Small design adjustments
This commit is contained in:
commit
b0a1c7b990
2 changed files with 5 additions and 3 deletions
|
|
@ -108,6 +108,7 @@ class SignInPage extends StatelessWidget {
|
||||||
SizedBox.square(
|
SizedBox.square(
|
||||||
dimension: 32,
|
dimension: 32,
|
||||||
child: IconButton(
|
child: IconButton(
|
||||||
|
tooltip: website,
|
||||||
icon: const Icon(
|
icon: const Icon(
|
||||||
Icons.open_in_new_outlined,
|
Icons.open_in_new_outlined,
|
||||||
size: 16,
|
size: 16,
|
||||||
|
|
|
||||||
|
|
@ -54,11 +54,11 @@ class SpacesNavigationRail extends StatelessWidget {
|
||||||
isSelected: activeSpaceId == null,
|
isSelected: activeSpaceId == null,
|
||||||
onTap: onGoToChats,
|
onTap: onGoToChats,
|
||||||
icon: const Padding(
|
icon: const Padding(
|
||||||
padding: EdgeInsets.all(10.0),
|
padding: EdgeInsets.all(8.0),
|
||||||
child: Icon(Icons.forum_outlined),
|
child: Icon(Icons.forum_outlined),
|
||||||
),
|
),
|
||||||
selectedIcon: const Padding(
|
selectedIcon: const Padding(
|
||||||
padding: EdgeInsets.all(10.0),
|
padding: EdgeInsets.all(8.0),
|
||||||
child: Icon(Icons.forum),
|
child: Icon(Icons.forum),
|
||||||
),
|
),
|
||||||
toolTip: L10n.of(context).chats,
|
toolTip: L10n.of(context).chats,
|
||||||
|
|
@ -71,7 +71,7 @@ class SpacesNavigationRail extends StatelessWidget {
|
||||||
isSelected: false,
|
isSelected: false,
|
||||||
onTap: () => context.go('/rooms/newspace'),
|
onTap: () => context.go('/rooms/newspace'),
|
||||||
icon: const Padding(
|
icon: const Padding(
|
||||||
padding: EdgeInsets.all(8.0),
|
padding: EdgeInsets.all(6.0),
|
||||||
child: Icon(Icons.add),
|
child: Icon(Icons.add),
|
||||||
),
|
),
|
||||||
toolTip: L10n.of(context).createNewSpace,
|
toolTip: L10n.of(context).createNewSpace,
|
||||||
|
|
@ -94,6 +94,7 @@ class SpacesNavigationRail extends StatelessWidget {
|
||||||
icon: Avatar(
|
icon: Avatar(
|
||||||
mxContent: allSpaces[i].avatar,
|
mxContent: allSpaces[i].avatar,
|
||||||
name: displayname,
|
name: displayname,
|
||||||
|
size: 36,
|
||||||
shapeBorder: RoundedSuperellipseBorder(
|
shapeBorder: RoundedSuperellipseBorder(
|
||||||
side: BorderSide(
|
side: BorderSide(
|
||||||
width: 1,
|
width: 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue