Adjustments to WatchVideo.vue to be more responsive and more similar to Youtube's UI (#272)

This commit is contained in:
Garrett Cox 2021-07-18 11:03:20 -05:00 committed by GitHub
parent 60f2491f8e
commit ffae17653a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
<hr /> <hr />
<div uk-grid> <div uk-grid>
<div class="uk-width-4-5@xl uk-width-3-4@l uk-width-2-3" v-if="comments" ref="comments"> <div class="uk-width-4-5@xl uk-width-3-4@l uk-width-1" v-if="comments" ref="comments">
<div <div
class="uk-tile-default uk-align-left uk-width-expand" class="uk-tile-default uk-align-left uk-width-expand"
:style="[{ background: backgroundColor }]" :style="[{ background: backgroundColor }]"
@ -100,7 +100,7 @@
</div> </div>
</div> </div>
<div class="uk-width-1-5@xl uk-width-1-4@l uk-width-1-3" v-if="video"> <div class="uk-width-1-5@xl uk-width-1-4@l uk-width-1 uk-flex-last@l uk-flex-first" v-if="video">
<div <div
class="uk-tile-default uk-width-auto" class="uk-tile-default uk-width-auto"
:style="[{ background: backgroundColor }]" :style="[{ background: backgroundColor }]"