mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-16 23:12:50 +00:00
Optimizations dns rewrites, encryption and updater
This commit is contained in:
parent
129a77d979
commit
fb9fbbd35e
7 changed files with 253 additions and 319 deletions
|
@ -26,8 +26,12 @@ class EncryptionTextField extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final width = MediaQuery.of(context).size.width;
|
||||
|
||||
return Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||
padding: width > 900
|
||||
? const EdgeInsets.symmetric(horizontal: 8)
|
||||
: const EdgeInsets.symmetric(horizontal: 16),
|
||||
child: ConstrainedBox(
|
||||
constraints: const BoxConstraints(
|
||||
maxHeight: 200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue