mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
refactor: update podcast card style + create partial for public navigation
This commit is contained in:
parent
2c0efc6563
commit
e3bd9df00e
14 changed files with 161 additions and 132 deletions
|
|
@ -43,7 +43,7 @@ class DropdownMenu extends Component
|
|||
return <<<HTML
|
||||
<nav id="{$this->id}"
|
||||
class="absolute z-50 flex flex-col py-2 text-black whitespace-no-wrap bg-white border-black rounded-lg border-3"
|
||||
aria-labelledby="{$this->labeledBy}"
|
||||
aria-labelledby="{$this->labelledby}"
|
||||
data-dropdown="menu"
|
||||
data-dropdown-placement="bottom-end">{$menuItems}</nav>
|
||||
HTML;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue