diff --git a/app/web/static/style.css b/app/web/static/style.css index 18ec18f..2f5f6cc 100644 --- a/app/web/static/style.css +++ b/app/web/static/style.css @@ -1079,14 +1079,17 @@ button.submit:disabled { background: var(--faint); border-color: var(--faint); c .masthead-link:hover { border-bottom-color: var(--accent); } .theme-toggle { + position: fixed; + top: 0.6rem; + right: 0.8rem; + z-index: 50; background: transparent; border: 0; color: var(--mute); font-size: 1.05rem; line-height: 1; cursor: pointer; - padding: 0 0 0 0.55rem; - vertical-align: middle; + padding: 0.25rem 0.35rem; transition: color 120ms ease, transform 240ms ease; user-select: none; } diff --git a/app/web/templates/index.html b/app/web/templates/index.html index cb539fc..ba78174 100644 --- a/app/web/templates/index.html +++ b/app/web/templates/index.html @@ -4,7 +4,7 @@ embedding notebook - +