html changes
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user