Compare commits

...

2 commits

Author SHA1 Message Date
ryanshanz
dbdc4fc2a3
fix: Copy and Import button layouts (#402) 2025-03-31 00:33:39 -04:00
Matthew Esposito
cbc3e49923 v0.36.0 2025-03-19 23:05:28 -04:00
3 changed files with 6 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1356,7 +1356,7 @@ dependencies = [
[[package]]
name = "redlib"
version = "0.35.1"
version = "0.36.0"
dependencies = [
"arc-swap",
"async-recursion",

View file

@ -3,7 +3,7 @@ name = "redlib"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0-only"
repository = "https://github.com/redlib-org/redlib"
version = "0.35.1"
version = "0.36.0"
authors = [
"Matthew Esposito <matt+cargo@matthew.science>",
"spikecodes <19519553+spikecodes@users.noreply.github.com>",

View file

@ -561,6 +561,10 @@ aside {
cursor: pointer;
}
.copy,
.import {
margin: 5px;
}
.subscribe,
.filter,
.copy,