diff --git a/devplacepy/static/css/game.css b/devplacepy/static/css/game.css index 445743e4..3e921310 100644 --- a/devplacepy/static/css/game.css +++ b/devplacepy/static/css/game.css @@ -250,7 +250,7 @@ flex-direction: column; align-items: flex-start; flex: 1; - min-width: 0; + min-width: 80px; overflow: hidden; } @@ -270,24 +270,24 @@ color: var(--accent); } +.game-lb-title { + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 100px; + color: var(--accent); + font-size: 0.75rem; + font-style: italic; + vertical-align: baseline; +} + .game-lb-level { flex-shrink: 0; color: var(--text-secondary); font-size: 0.8rem; } -.game-lb-title { - color: var(--accent); - font-size: 0.7rem; - font-style: italic; - display: inline-block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100px; - margin-left: 0.25em; -} - .game-lb-score { flex-shrink: 0; color: var(--text-muted);