diff --git a/src/app/features/home/post-capture-tab/post-capture-tab.component.html b/src/app/features/home/post-capture-tab/post-capture-tab.component.html index 00e49002d..89b0667f0 100644 --- a/src/app/features/home/post-capture-tab/post-capture-tab.component.html +++ b/src/app/features/home/post-capture-tab/post-capture-tab.component.html @@ -1,6 +1,3 @@ -

- {{ 'message.networkNotConnected' | transloco }} -

@@ -13,6 +10,9 @@ > +

+ {{ 'message.networkNotConnected' | transloco }} +

-
+
diff --git a/src/app/features/home/post-capture-tab/post-capture-tab.component.scss b/src/app/features/home/post-capture-tab/post-capture-tab.component.scss index 1a85c775f..0bdb26410 100644 --- a/src/app/features/home/post-capture-tab/post-capture-tab.component.scss +++ b/src/app/features/home/post-capture-tab/post-capture-tab.component.scss @@ -15,19 +15,19 @@ .segments { display: flex; - padding: 8px; flex-direction: column; height: 100%; } ion-segment { width: 80%; - margin: 0 auto 16px; + margin: 8px auto 16px; flex-shrink: 0; } .post-captures { overflow: auto; + padding: 8px; } mat-grid-tile {