Skip to content

Commit e8cf945

Browse files
committed
fix: make height of yearly toggle equal on all pages
1 parent 469a0f5 commit e8cf945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/feature/YearToggle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const rotateYear = (dir: -1 | 1) => {
6565
background: var(--c-primary);
6666
border-radius: 100px;
6767
gap: 5px;
68-
height: 100%;
68+
height: 24px;
6969
filter: drop-shadow(0 0 3px rgba(black, 0.15));
7070
font-size: var(--font-size-xs);
7171
color: var(--c-text-light);

0 commit comments

Comments
 (0)