Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • theme theme
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • R3
  • outreach
  • themetheme
  • Merge requests
  • !19

Merged
Created Jun 04, 2022 by Miroslav Kratochvil@miroslav.kratochvilOwner

avoid centering of text when the slides are zoomed out

  • Overview 0
  • Commits 1
  • Changes 1

When pressing [esc], the text on the tiny slides appears centered, because of a rule that contains

.reveal .slides {
  text-align: center;
}

which is inherited from Reveal.js default theme. In turn, the slide thumbnails look completely different from what's actually displayed. This is the minimal css change that fixes it for me. Not necessarily ideal, but I probably lack the high-level view to judge. :]

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: mk-fix-zoomout-slides