From 3a6763cd4330e7f88b6b2713392628cbf74d05d1 Mon Sep 17 00:00:00 2001 From: cw Date: Thu, 4 Jun 2026 20:24:16 +0700 Subject: [PATCH] mobile layout --- groups/ACAAB/index.html | 97 +++++++++++++++++++++++++-- groups/ACAAB/main.js | 128 ++++++++++++++++++----------------- groups/ACAAB/style.css | 144 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 304 insertions(+), 65 deletions(-) diff --git a/groups/ACAAB/index.html b/groups/ACAAB/index.html index 4fefabf..f683a50 100644 --- a/groups/ACAAB/index.html +++ b/groups/ACAAB/index.html @@ -1,4 +1,4 @@ - + @@ -1215,17 +1215,106 @@ - + diff --git a/groups/ACAAB/main.js b/groups/ACAAB/main.js index a40ece1..ababc47 100644 --- a/groups/ACAAB/main.js +++ b/groups/ACAAB/main.js @@ -475,70 +475,75 @@ function infoRow(icon, label, value) { function memberItem(nama, sub) { const initial = (nama || '?').charAt(0).toUpperCase(); - return `
  • - ${initial} -
    - ${escHtml(nama)} - ${sub ? `${escHtml(sub)}` : ''} -
    + return `
  • + ${initial} + + ${escHtml(nama)}${sub ? `${escHtml(sub)}` : ''} +
  • `; } function openAchModal(a) { const membersHtml = a.members && a.members.length > 0 ? ` -
    -

    Anggota Tim

    -