From 7f2987f250102cb3ae5720948825bc63de64eb37 Mon Sep 17 00:00:00 2001 From: natsoni Date: Sat, 22 Jun 2024 15:27:29 +0900 Subject: [PATCH] address page: adapt skeletons --- .../components/address/address.component.html | 76 ++++++++++++++----- 1 file changed, 57 insertions(+), 19 deletions(-) diff --git a/frontend/src/app/components/address/address.component.html b/frontend/src/app/components/address/address.component.html index f0e9012c2..22b50b2d9 100644 --- a/frontend/src/app/components/address/address.component.html +++ b/frontend/src/app/components/address/address.component.html @@ -132,25 +132,63 @@
-
- - - - - - - - - - - - -
-
-
-
- -
+ @if (isMobile) { +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ } @else { +
+ + + + + + + + + + + + +
+
+
+ + + + + + + + + + + + +
+
+ }