wysi-inc / web

Unofficial player statistics and song browser website for osu!
https://wysi727.com
MIT License
2 stars 3 forks source link

potential fix for issue #19 - Fix navBar navigation Buttons #24

Closed SaintCamber closed 1 week ago

SaintCamber commented 2 months ago

A minor change to lines 859 and 860 in the main_out.css file on the btn class padding-left and padding-right reduced to 0.75rem to stop overlap with search bar.

M4rti21 commented 1 month ago

sorry for not replying earlier!!! the main_out is an autogenerated file by tailwindcss so it will be overwritten :/ if you want to style something without using tailwind you should put it into main_in.css (though using tailwind classes is preferable)

M4rti21 commented 1 month ago

I just added a comment to the original issue:

(i see four ways of fixing this, either make the text smaller/remove padding (it would break asthetics), overflow individual buttons as they reach the search button, overflow all buttons to the hamburguer menu whenever the first one reaches the search button or finally change the search button to either not be as big or to go to the right without the "search" text)

M4rti21 commented 1 month ago

I just edited the README.md with some explanations for stuff, i will expand on it whenever i have some time