html changes

This commit is contained in:
2026-08-05 14:29:19 -05:00
parent 2d73638a06
commit 3a42657a3a
5 changed files with 19 additions and 4 deletions
+12 -2
View File
@@ -3607,8 +3607,9 @@ a.deletelink {
/* Gate page */
.gate-main {
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 3rem 1rem;
min-height: 60vh;
}
@@ -3642,6 +3643,15 @@ a.deletelink {
cursor: pointer;
}
.gate-error { color: #f38ba8 !important; font-weight: 600; margin-top: 0.5rem; }
.gate-disclaimer {
margin: 1rem 0 0;
color: var(--md-sys-color-on-surface-variant, #a6adc8);
font-size: 0.8rem;
text-align: center;
max-width: 380px;
line-height: 1.4;
}
.gate-disclaimer i { color: #f38ba8; margin-right: 0.3rem; }
/* Rating tab */
.rating-summary { margin-bottom: 1rem; }