My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
122 stars 48 forks source link

enhance the usability of the links in #usermenu and the entries option menu … #624

Closed auge8472 closed 2 years ago

auge8472 commented 2 years ago

… and rebuild the container system for the entries with semantic HTML-elements and with a slightly simpler HTML-structure.

The user menu in the page header as well as the options menu for every single entry got a "bit" broken with the latest changes in the HTML- and CSS-structure. Because of links, that does not wrap into the next line some links floated out of the viewport without the possibility to scroll to these links. That depended on the viewport width and was therefore an every when and then occuring bug.

The changes of the general structure of the entry containers are a surrounding work because some changes are necessary for the main task, the menu changes. The remaining changes was better done now than later. This prevented me from adding additional interim solutions.