mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-26 05:05:23 +00:00
change how the bottom bar is rendered
This commit is contained in:
parent
46fff80aa7
commit
63df4fb355
2 changed files with 2 additions and 3 deletions
|
@ -31,7 +31,7 @@ export default {
|
|||
|
||||
<style scoped>
|
||||
.bottomNav {
|
||||
position: fixed;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<v-card-text v-text="item.data" />
|
||||
</v-card>
|
||||
</v-list-item>
|
||||
<br><br><br> <!-- Temp fix for last log entries being cut off -->
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
@ -18,7 +17,7 @@
|
|||
<style scoped>
|
||||
.card {
|
||||
width: 100%;
|
||||
margin-top: 1em;
|
||||
margin: 1em 0 1em 0;
|
||||
}
|
||||
.date {
|
||||
margin: 0.4em;
|
||||
|
|
Loading…
Reference in a new issue