Fixed path counts. Updated number display.

This commit is contained in:
Mike Cao 2024-06-18 22:38:36 -07:00
parent 45d6b16b0d
commit f56849a431
3 changed files with 63 additions and 77 deletions

View file

@ -1,6 +1,7 @@
.menu {
position: relative;
width: 300px;
padding-top: 20px;
padding-inline-end: 20px;
border-inline-end: 1px solid var(--base300);
grid-row: 2 / 3;
@ -9,6 +10,7 @@
.button {
position: absolute;
top: 0;
right: 0;
display: flex;
place-content: center;