From 13c1aba161c29f0287a159cb6a7e0f51b4edfbd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 2 Aug 2026 14:42:32 +0200 Subject: [PATCH] pagnation --- Cargo.lock | 2 +- Cargo.toml | 2 +- static/css/styles.css | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 907e5a0..adb5059 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2581,7 +2581,7 @@ dependencies = [ [[package]] name = "rustpad" -version = "0.2.19" +version = "0.2.21" dependencies = [ "argon2", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 6de6500..fd83a57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustpad" -version = "0.2.19" +version = "0.2.21" 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 6d459b5..c849385 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -5945,6 +5945,9 @@ dialog::backdrop { .toast--interactive { width: min(420px, calc(100vw - 40px)); box-sizing: border-box; +} + +.toast--interactive.visible { pointer-events: auto; }