mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-22 01:34:25 +00:00
Bug fixes
This commit is contained in:
parent
eb703c6f58
commit
ca4fa5d7df
7 changed files with 29 additions and 15 deletions
|
@ -23,7 +23,7 @@ class _ClientsState extends State<Clients> with TickerProviderStateMixin {
|
|||
return Scaffold(
|
||||
body: LayoutBuilder(
|
||||
builder: (context, constraints) {
|
||||
if (constraints.maxWidth > 1000) {
|
||||
if (constraints.maxWidth > 900) {
|
||||
return SplitView.material(
|
||||
hideDivider: true,
|
||||
flexWidth: const FlexWidth(mainViewFlexWidth: 1, secondaryViewFlexWidth: 2),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue