This commit is contained in:
2026-05-09 22:04:55 +08:00
parent 91d2f82a26
commit 4de9703cd8
16 changed files with 1111 additions and 314 deletions
+47 -2
View File
@@ -801,7 +801,7 @@ footer {
letter-spacing: 1px;
}
#member-map {
.map-my-maps-frame {
width: 100%;
height: min(66vh, 640px);
min-height: 420px;
@@ -810,6 +810,34 @@ footer {
box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
}
.map-embed-all {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.map-embed-label {
margin: 0 0 8px;
font-size: 0.88rem;
font-weight: 700;
color: #444;
}
.map-links-dual {
display: flex;
flex-direction: column;
gap: 6px;
margin-top: 12px;
}
.map-links-dual .map-link {
margin-top: 0;
}
.map-links-wrap .map-link {
align-self: flex-start;
}
.map-link {
display: inline-block;
margin-top: 12px;
@@ -1039,11 +1067,15 @@ footer {
padding: 14px;
}
#member-map {
.map-my-maps-frame {
height: 320px;
min-height: 320px;
}
.map-embed-all {
grid-template-columns: 1fr;
}
.polaroid-card {
flex-direction: column;
gap: 10px;
@@ -1063,6 +1095,19 @@ footer {
}
}
/* Variety hub */
.variety-block {
background: #fffdf6;
border-radius: 16px;
padding: 24px;
margin-top: 24px;
border: 1px solid rgba(0, 0, 0, 0.06);
}
.variety-page-main {
padding-bottom: 48px;
}
/* Chronicle (webcomic-like reader) */
.chronicle-controls {
max-width: 1200px;