feat: mobile-like window size and always-visible stats
- Changed window size to mobile phone format (400x800) - Removed width condition for ActiveProxyFooter - now always visible - Added run-umbrix.sh launch script with icon copying - Stats cards now display on all screen sizes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// ignore_for_file: parameter_assignments
|
||||
|
||||
import 'package:dartx/dartx.dart';
|
||||
import 'package:hiddify/features/log/model/log_entity.dart';
|
||||
import 'package:hiddify/features/log/model/log_level.dart';
|
||||
import 'package:umbrix/features/log/model/log_entity.dart';
|
||||
import 'package:umbrix/features/log/model/log_level.dart';
|
||||
import 'package:tint/tint.dart';
|
||||
|
||||
abstract class LogParser {
|
||||
|
||||
Reference in New Issue
Block a user