alexanderdavide / slidev-theme-academic

Academic presentations with Slidev made simple 🎓
https://slidev-theme-academic.alexeble.de
MIT License
99 stars 31 forks source link

Author and Date in Cover are no aligned #10

Closed Ye-Jinhong closed 1 year ago

Ye-Jinhong commented 1 year ago

When use default code, I can't get the layout as shown picture. But I have the following layout: image

The left bottom corner where author and date are placed is not aligned with title.

Code:

---
theme: academic
layout: cover
coverAuthor: alexanderdavide
coverAuthorUrl: https://www.alexeble.de
fonts:
  local: Montserrat, Roboto Mono, Roboto Slab 
themeConfig:
  paginationX: r
  paginationY: t
  paginationPagesDisabled: [1]
title: slidev-theme-academic

---

# Welcome to Slidev

Presentation slides for developers
---

Environment:

alexanderdavide commented 1 year ago

Hi, thanks for using slidev-theme-academic and reporting this bug!

I can readily reproduce it on @slidev/cli v0.40.3 while it wasn't a problem in earlier version e. g. v0.35.6.

I'll try to fix this in the next days.

alexanderdavide commented 1 year ago

This should be fixed in the latest release v1.1.2.

Ye-Jinhong commented 1 year ago

Thanks for much, there is no problem after updating. By the way, this theme is succinct and beautiful.

alexanderdavide commented 1 year ago

So happy to hear that. Thanks a lot!