File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11{{ #in-element this.destination }}
22 <aside
3- class =" filter-sidebar min-w-72 max-w-96
3+ class =" filter-sidebar min-w-96 max-w-[30rem]
44 {{ if
55 this.visible
66 ' filter-sidebar--visible translate-x-0'
1010 ...attributes
1111 >
1212 <div
13- class =" filter-sidebar-title flex justify-between px-2.5 py-3 text-lg font-semibold"
13+ class =" filter-sidebar-title flex justify-between border-b px-2.5 py-3 text-lg font-semibold shadow-sm "
1414 >
1515 {{ #if @appliedCount }}
1616 {{ @appliedCount }}
Original file line number Diff line number Diff line change 11<div
22 class =" filter-sidebar-group
33 {{ if this.expanded ' expanded filter-sidebar-group--expanded' }}
4- group flex flex-col border-t p-2.5"
4+ group flex flex-col p-2.5 [&:not(:first-child)]:border-t "
55>
66 <button
77 type =" button"
1010 >
1111 {{ @label }}
1212 <FaIcon
13+ class =" -mr-[0.2rem]"
1314 @icon =" angle-right"
1415 @prefix =" fas"
1516 @transform =" {{ if this.expanded ' rotate-90' }} "
17+ @size =" sm"
1618 />
1719 </button >
1820 <div
1921 class =" filter-sidebar-group-body max-h-0 overflow-hidden transition-[max-height] group-[.expanded]:max-h-[32rem]"
2022 >
21- <div class =" filter-sidebar-group-content py-2 [&>*]:mt-1" >
23+ <div
24+ class =" filter-sidebar-group-content py-2 text-sm [&>*]:mt-1 [&_label]:text-base"
25+ >
2226 {{ yield }}
2327 </div >
2428 </div >
You can’t perform that action at this time.
0 commit comments