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
121 stars 47 forks source link

Put the links in the usermenu to the (right) end of the box #630

Closed auge8472 closed 2 years ago

auge8472 commented 2 years ago

Before the current solution with a flexbox the user menu list was defined as display: inline; with the addition of text-align: right. Now it is a flexbox and so it is necessary to put the flex items to the end of the flexbox to get the same look as before (right aligned items).

loesler commented 2 years ago

Perfekt!