opt follow tab

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-10 13:28:24 +08:00
parent 4c758bb1a3
commit bdf3cfc750
12 changed files with 52 additions and 38 deletions

View File

@@ -149,6 +149,9 @@ class _LogsPageState extends State<LogsPage> {
? SafeArea(
bottom: false,
child: ListView.separated(
padding: EdgeInsets.only(
bottom: MediaQuery.paddingOf(context).bottom + 80,
),
itemCount: logsContent.length,
itemBuilder: (context, index) {
final log = logsContent[index];