tjsct / tjioi

Website for TJ IOI
https://activities.tjhsst.edu/tjioi/
0 stars 1 forks source link

Responsive Elements #4

Closed wuxishy closed 7 years ago

wuxishy commented 7 years ago

The navbar looks ugly on mobile.

gengkev commented 7 years ago

That's true. Generally, we ought to rely on default Bootstrap elements more, rather than writing our own CSS; that way we get all the niceties for free. But that means we'd have to rewrite stuff, which takes effort. Sigh. I guess we could try to get just the navbar from Bootstrap.

wuxishy commented 7 years ago

I think it is called <div class="collapse navbar-collapse navbar-ex1-collapse">?

gengkev commented 7 years ago

lol... unrelated, but i think you may have triggered an xss filter in the email notification, because the raw html looks like <p>I think it is called '</p><div>``?<p></p></div> but with one backtick instead of two