style(supporters): 지도 출처 줄을 행 밖으로 옮겨 지도 상자와 카드 아래선을 맞춤
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
parent
df6ad3bbd2
commit
620b2cda59
@ -30,7 +30,6 @@ const mapId = `visit-map-${Math.random().toString(36).slice(2, 8)}`;
|
||||
{geo
|
||||
? <div class="vm-map" id={mapId} data-lat={geo.lat} data-lng={geo.lng} data-name={name} role="img" aria-label={`${name} ${T.title}`}></div>
|
||||
: <div class="vm-map vm-empty"><p>{T.noMap}</p></div>}
|
||||
{geo && <p class="vm-attr">{T.attribution}</p>}
|
||||
</div>
|
||||
<div class="vm-card">
|
||||
<div class="vm-label">{T.address}</div>
|
||||
@ -44,6 +43,7 @@ const mapId = `visit-map-${Math.random().toString(36).slice(2, 8)}`;
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{geo && <p class="vm-attr">{T.attribution}</p>}
|
||||
</section>
|
||||
|
||||
<style>
|
||||
|
||||
@ -30,7 +30,6 @@ const mapId = `visit-map-${Math.random().toString(36).slice(2, 8)}`;
|
||||
{geo
|
||||
? <div class="vm-map" id={mapId} data-lat={geo.lat} data-lng={geo.lng} data-name={name} role="img" aria-label={`${name} ${T.title}`}></div>
|
||||
: <div class="vm-map vm-empty"><p>{T.noMap}</p></div>}
|
||||
{geo && <p class="vm-attr">{T.attribution}</p>}
|
||||
</div>
|
||||
<div class="vm-card">
|
||||
<div class="vm-label">{T.address}</div>
|
||||
@ -44,6 +43,7 @@ const mapId = `visit-map-${Math.random().toString(36).slice(2, 8)}`;
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{geo && <p class="vm-attr">{T.attribution}</p>}
|
||||
</section>
|
||||
|
||||
<style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user