Fix operator cards on mobile for long names
- Smaller font size (11px) - Word wrap for long names - Reduced padding - Smaller image height on cards
This commit is contained in:
@@ -706,6 +706,24 @@
|
|||||||
.operator-select { grid-template-columns: repeat(4, 1fr); }
|
.operator-select { grid-template-columns: repeat(4, 1fr); }
|
||||||
.guide-grid { grid-template-columns: 1fr; }
|
.guide-grid { grid-template-columns: 1fr; }
|
||||||
|
|
||||||
|
/* Fix operator cards on mobile for long names */
|
||||||
|
.operator-card h4 {
|
||||||
|
font-size: 11px;
|
||||||
|
letter-spacing: 0;
|
||||||
|
word-wrap: break-word;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
hyphens: auto;
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.operator-card-img {
|
||||||
|
height: 140px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.operator-card-content {
|
||||||
|
padding: 12px 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.character-showcase {
|
.character-showcase {
|
||||||
padding-top: 35vh;
|
padding-top: 35vh;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user