Tablet layout

This commit is contained in:
Hillel Coren 2019-08-14 20:47:55 +03:00
parent e66ec03f42
commit 9629688f7d
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ class SelectedIndicator extends StatelessWidget {
child: Row(
children: <Widget>[
Container(
width: 1.5,
width: 3,
height: 48,
color: isSelected && !isMobile(context)
? Theme.of(context).accentColor

View File

@ -32,7 +32,7 @@ class MainScreen extends StatelessWidget {
return Row(
children: <Widget>[
if (uiState.isMenuVisible) AppDrawerBuilder(),
if (uiState.isMenuVisible) VerticalDivider(width: 1),
if (uiState.isMenuVisible) VerticalDivider(width: .5),
Expanded(
child: IndexedStack(
index: mainIndex,
@ -71,7 +71,7 @@ class EntityScreens extends StatelessWidget {
child: listWidget,
flex: 2,
),
VerticalDivider(width: 1),
VerticalDivider(width: .5),
Expanded(
flex: 3,
child: IndexedStack(