Add thermals to 'Why' label
Fix profile tab spacing
Add arrows to profile sides scroller
This commit is contained in:
fraxle
2026-06-05 11:34:17 +01:00
parent 572574ae6a
commit 14a4b4623a
4 changed files with 49 additions and 4 deletions
+2
View File
@@ -176,6 +176,8 @@ export function DayTabs({
`)}
</div>
<div class="profile-scroll-wrap" ref=${profileWrapRef}>
<span class="profile-scroll-chevron left" aria-hidden="true"></span>
<span class="profile-scroll-chevron right" aria-hidden="true"></span>
<div class="profile-scroll" ref=${profileScrollRef}>
${activeTab === 'common' && profileButtonOrder.map((key) => {