diff --git a/Cargo.toml b/Cargo.toml index 225894f..60a42e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustpad" -version = "0.0.35" +version = "0.0.36" edition = "2024" rust-version = "1.94" description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite, PostgreSQL and MySQL" diff --git a/static/css/styles.css b/static/css/styles.css index 7d66941..a4f40a8 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1385,6 +1385,8 @@ dialog::backdrop { } .home-header { + background: transparent; + width: min(1040px, calc(100% - 32px)); border-bottom-color: rgba(195, 91, 54, .28); background: linear-gradient(135deg, rgba(126, 48, 27, .28), rgba(51, 25, 18, .08) 58%, transparent); } @@ -1499,10 +1501,6 @@ dialog::backdrop { } } -/* The rust gradient belongs only to the wordmark. */ -.home-header { - background: transparent; -} /* Editor display preferences and author overlay */ .editor-shell {