changes to replay graphs

This commit is contained in:
booploops 2022-02-17 17:33:14 -08:00
parent c611b032cc
commit a5746f08fa

View file

@ -927,7 +927,9 @@
.top-genres-container { .top-genres-container {
.genre-name { .genre-name {
font-size: 1.2em; font-size: 0.9em;
margin: 6px 0px;
font-weight: 500;
} }
.genre-count { .genre-count {
width: 100%; width: 100%;
@ -944,6 +946,8 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
min-width: 32px; min-width: 32px;
font-size: 0.9em;
font-weight: 500;
} }
} }
} }