rhymu8354 / OmniaRegna

This holds public information about OmniaRegna (https://omniaregna.com/), an online RPG. Issues for the game may be reported here or in the game itself.
8 stars 1 forks source link

[Suggestion] UX Improvements to many buttons #305

Open asquared31415 opened 4 years ago

asquared31415 commented 4 years ago

Most of the buttons in the game overlap or touch other elements. Examples include:

 

Proposed fixes

Addition of margin to all buttons

button {
+    margin: 3px;
    border-radius: .5em;
    padding: .3em 1.5em;
    font-size: 125%;

There is only one problem with this approach, the buttons under the chat window go away when in the main tab and the chat gets messed up on my device (a relatively small laptop screen) as shown below: image

The other buttons work: image image image image image image image

asquared31415 commented 4 years ago

Upon further inspection, the buttons on chat are gone even without this change on my screen :< I don't like how small my potato laptop's screen is.

The other improvements still work and would be nice.