pagnation

This commit is contained in:
Mateusz Gruszczyński
2026-08-02 14:42:32 +02:00
parent f71ebefa82
commit 13c1aba161
3 changed files with 5 additions and 2 deletions
Generated
+1 -1
View File
@@ -2581,7 +2581,7 @@ dependencies = [
[[package]] [[package]]
name = "rustpad" name = "rustpad"
version = "0.2.19" version = "0.2.21"
dependencies = [ dependencies = [
"argon2", "argon2",
"aws-config", "aws-config",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "rustpad" name = "rustpad"
version = "0.2.19" version = "0.2.21"
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"
+3
View File
@@ -5945,6 +5945,9 @@ dialog::backdrop {
.toast--interactive { .toast--interactive {
width: min(420px, calc(100vw - 40px)); width: min(420px, calc(100vw - 40px));
box-sizing: border-box; box-sizing: border-box;
}
.toast--interactive.visible {
pointer-events: auto; pointer-events: auto;
} }