Skip to content

Commit 841aa78

Browse files
authored
Merge pull request #184 from pycontw/enlarge-tab-height
2 parents 6a50f55 + 6db07f4 commit 841aa78

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pages/conference/_eventType/_id.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ export default {
337337
338338
.speech__slido,
339339
.speech__hackmd {
340-
@apply w-full h-96;
340+
@apply w-full;
341+
height: 800px;
341342
}
342343
</style>

pages/conference/keynotes.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ export default {
210210
211211
.keynote__slido,
212212
.keynote__hackmd {
213-
@apply w-full h-96;
213+
@apply w-full;
214+
height: 800px;
214215
}
215216
216217
.keynote__extLink {

0 commit comments

Comments
 (0)