Limit player name lengths and fix vote UI defaults
This commit is contained in:
@@ -163,7 +163,8 @@ button.ghost { background: transparent; border-color: #d5c7b5; color: #2c1c0d; }
|
||||
|
||||
h3 { margin: 0; font-size: 18px; }
|
||||
|
||||
.card-title-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
|
||||
.card-title-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; min-width: 0; }
|
||||
.card-title { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
||||
.title-meta { display: flex; align-items: center; gap: 8px; }
|
||||
p { margin: 0; }
|
||||
.muted { color: #7a6a53; margin: 0; }
|
||||
|
||||
Reference in New Issue
Block a user