tag app-link def render css d:flex fld:row jc:space-between ai:center px:16px py:11px rd:5px cursor:pointer c:blue3 if link.is_bang css c:#FAD4AB <.link-left> css d:flex fl:1 css w:20px h:20px mr:10px rd:3px <.display-name> link.display_name css tt:capitalize fs:20px overflow-wrap:anywhere if link.display_name isnt link.name and config.data.enable_effective_names <.name> css d:flex ja:center c:gray4 ml:10px fs:14px css .parens fs:10px c:gray4/80 "(" link.name ")" <.link-right> css d:flex fld:row jc:space-between ai:center css .buttons-disabled .link-button visibility:hidden css .selected .link-button visibility:visible <.link-buttons .buttons-disabled=!config.data.enable_buttons> css d:flex fld:row jc:start ai:center pr:25px gap:5px css .link-button visibility:hidden rd:3px c:purple4 fs:15px cursor:pointer px:3px css .link-button svg w:15px <.link-button@click.prevent.stop=handle_click_edit(link)> <.link-button@click.prevent.stop=handle_click_delete(link)> <.link-button @click.prevent.stop=handle_click_pin(link) [visibility:visible c:purple3/50]=(link.is_pinned and (index isnt state.link_selection_index or not config.data.enable_buttons)) > <.frequency> link.frequency css fs:15px ml:7px