typo change
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rustpad"
|
name = "rustpad"
|
||||||
version = "0.0.35"
|
version = "0.0.36"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.94"
|
rust-version = "1.94"
|
||||||
description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite, PostgreSQL and MySQL"
|
description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite, PostgreSQL and MySQL"
|
||||||
|
|||||||
@@ -1385,6 +1385,8 @@ dialog::backdrop {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.home-header {
|
.home-header {
|
||||||
|
background: transparent;
|
||||||
|
width: min(1040px, calc(100% - 32px));
|
||||||
border-bottom-color: rgba(195, 91, 54, .28);
|
border-bottom-color: rgba(195, 91, 54, .28);
|
||||||
background: linear-gradient(135deg, rgba(126, 48, 27, .28), rgba(51, 25, 18, .08) 58%, transparent);
|
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 display preferences and author overlay */
|
||||||
.editor-shell {
|
.editor-shell {
|
||||||
|
|||||||
Reference in New Issue
Block a user