MAItisse / streamerTwitchJam

0 stars 2 forks source link

"Chat Plays OBS" TitleBar component text should scale so that it stays on 1 line #11

Open dustinbowers opened 20 hours ago

dustinbowers commented 20 hours ago

NOTE: this is in the postHackathon branch

TitleBar component: https://github.com/MAItisse/streamerTwitchJam/blob/postHackathon/streamerAppOBS/src/components/TitleBar.vue

This is what needs some extra styling

<!-- Logo -->
<h1 class="inline-block bg-gray-100 rounded-full text-xl font-extrabold text-gray-800 tracking-wide shadow-sm px-3">
               Chat Plays <span class="text-blue-600">OBS</span>
</h1>

We can add a media query in the CSS here: https://github.com/MAItisse/streamerTwitchJam/blob/postHackathon/streamerAppOBS/src/assets/scss/index.scss

.title-bar {
    background: $palette-1;

    h1{ /* ... */ }
}
MatissesProjects commented 19 hours ago

nice this makes sense we should be able to start integrating this into the main tomorrow! I might be inclined to wait till the weekend though