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

The top bar seems to have some weird alignment #301

Open rhymu8354 opened 4 years ago

rhymu8354 commented 4 years ago

This was created from in-game ticket #987 [Neui, 2020-04-21 14:07:41]

The top bar seems to have some weird alignment: https://i.imgur.com/IpW8uOa.png

The following CSS makes it look centered/good:

.tickets-filter-bar { align-items: center; }

.x-button { align-self: baseline; }