Spaces:
Running
Running
Jimin Huang
commited on
Commit
·
a877282
1
Parent(s):
91c3ad2
Change settings
Browse files- src/views/LiveView.vue +1 -1
src/views/LiveView.vue
CHANGED
|
@@ -301,7 +301,7 @@ watch(
|
|
| 301 |
</script>
|
| 302 |
|
| 303 |
<style scoped>
|
| 304 |
-
.live { max-width: 1280px; margin: 0 auto; padding: 12px 20px 28px; background: #ffffff; }
|
| 305 |
|
| 306 |
/* toolbar */
|
| 307 |
.toolbar { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 0 10px; background: #ffffff; color: #0f172a; border-bottom: 1px solid #E7ECF3; }
|
|
|
|
| 301 |
</script>
|
| 302 |
|
| 303 |
<style scoped>
|
| 304 |
+
.live { max-width: 1280px; margin: 0 auto; padding: 12px 20px 28px; background: #ffffff; padding-bottom: 56px; }
|
| 305 |
|
| 306 |
/* toolbar */
|
| 307 |
.toolbar { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 0 10px; background: #ffffff; color: #0f172a; border-bottom: 1px solid #E7ECF3; }
|