-
(showList = !showList)}
- >{#if showList}View table{:else}View list{/if} (showCards = !showCards)}
+ >{#if showCards}
View table{:else}
View cards{/if}
(showMap = !showMap)}
>{#if showMap}Hide map{:else}Show map{/if}
{#if isLoading}
-
+
{:else}
- {#if showList}
+ {#if showCards}
{:else}
@@ -179,8 +180,8 @@
width: 100%;
& .info {
- /* align to the bottom of the controls */
- align-self: flex-middle;
+ align-items: center;
+ display: flex;
font-weight: var(--font-weight-6);
}