Bratanov / community-driven-radio

A radio station driven by the community
10 stars 1 forks source link

Redesign #37

Closed IvayloAtanasov closed 6 years ago

IvayloAtanasov commented 6 years ago

:man_cartwheeling: Changes:

Notes for Nadezhda (resolved in https://github.com/Bratanov/community-driven-radio/pull/43):

  1. Century Gothic Regular is paid font (https://fonts.google.com/?query=Century+Gothic)
  2. I couldn't made screen be the same size as chat container ¯_(ツ)_/¯
  3. How do I make song name be on 1 row only. I can set it as title so the full name pops up on hover, but the first part confuses me. - I've tried truncating with ellipsis (https://css-tricks.com/snippets/css/truncate-string-with-ellipsis/) but it requires fixed width (in px or vw) and I can only work with percentages if I want responsiveness. I've tried with calc(100% - some margin) but it still uses the space of the overflowed text for some reason and it looks pretty awful (e.g. doesn't work). As a compromise I've left a fixed row height. with overflow: hidden.
  4. Make page fits into regular screen height with no scroll (almost there now, but I'n not sure if it will look OK, maybe we should discuss that)
  5. Logo color fix - logo in 4 variants will do the trick