diff --git a/web/_css/style.css b/web/_css/style.css index 45468923..d99f32a4 100644 --- a/web/_css/style.css +++ b/web/_css/style.css @@ -655,6 +655,7 @@ #bottomBar { right: 10px; display: flex; gap: 10px; + z-index: 100; } div:not(.listHidden) > #bottomBar { @@ -728,6 +729,14 @@ #author { z-index: 1100; min-width: 320px; text-align: center; + display: flex; + align-items: center; + justify-content: center; +} + +#author p { + margin: 0; + line-height: inherit; } #zoomControls { diff --git a/web/index.html b/web/index.html index c7a4c739..63913a10 100644 --- a/web/index.html +++ b/web/index.html @@ -148,7 +148,7 @@