File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 24842484 .w-\[670px\] {
24852485 width : 670px ;
24862486 }
2487+ .w-auto {
2488+ width : auto;
2489+ }
24872490 .w-full {
24882491 width : 100% ;
24892492 }
Original file line number Diff line number Diff line change 77< dialog id ="announcement-modal " class ="modal " open >
88 < div class ="modal-box bg-cream-1 {% if latest_announcement.modal_size == 'lg' %}w-11/12 max-w-2xl{% elif latest_announcement.modal_size == 'xl' %}w-11/12 max-w-4xl{% endif %} ">
99 < form method ="dialog " class ="absolute right-4 top-4 ">
10- < button class ="btn btn-sm btn-ghost "> ✕</ button >
10+ < button class ="btn btn-ghost text-2xl p-0 h-auto w-auto leading-none "> ✕</ button >
1111 </ form >
1212 < h3 class ="font-bold text-lg "> 📢 {{ latest_announcement.title }}</ h3 >
1313 < div class ="py-4 ">
You can’t perform that action at this time.
0 commit comments