tooot-app / app

https://tooot.app
GNU General Public License v3.0
228 stars 21 forks source link

More distinct “Toot” button #607

Open canny[bot] opened 1 year ago

canny[bot] commented 1 year ago

Currently the button to toot (once in edit mode) is text-only and inconspicuously located in the top right. It should either have a more distinct appearance to set it apart from user’s text and the character count.

https://tooot.canny.io/admin/board/feature-requests/p/more-distinct-toot-button

canny[bot] commented 1 year ago

This issue has been linked to a Canny post: More distinct “Toot” button :tada:

ushuz commented 1 year ago

How about adding rounded border to the Toot button? Something similar to:

border: 1px solid;
border-radius: 5px;
xmflsct commented 1 year ago

@ushuz sure that is possible. But currently no buttons in the header are styled except destructive ones shown in red. Therefore I am hesitant to just add a border here. Also considering the placement of the button is industry standard, there shall not be much confusion. Though I am still thinking about what other options there are besides adding a border.