View all rankings in details.

This commit is contained in:
Mike Cao 2020-08-09 15:13:38 -07:00
parent f535dca7b9
commit cd76cc895f
16 changed files with 472 additions and 283 deletions

View file

@ -3,6 +3,10 @@
flex: 1;
}
.container .menu {
border: 0;
}
.menu {
display: flex;
flex-direction: column;
@ -18,6 +22,7 @@
}
.option {
font-size: var(--font-size-normal);
padding: 8px 16px;
cursor: pointer;
min-width: 160px;
@ -29,6 +34,6 @@
background: var(--gray75);
}
.active {
.selected {
font-weight: 600;
}