Open dustinbowers opened 20 hours ago
NOTE: this is in the postHackathon branch
postHackathon
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{ /* ... */ } }
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
NOTE: this is in the
postHackathon
branchTitleBar component: https://github.com/MAItisse/streamerTwitchJam/blob/postHackathon/streamerAppOBS/src/components/TitleBar.vue
This is what needs some extra styling
We can add a media query in the CSS here: https://github.com/MAItisse/streamerTwitchJam/blob/postHackathon/streamerAppOBS/src/assets/scss/index.scss