mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-11 17:42:08 +00:00
fix: Copy and Import button layouts (#402)
Some checks failed
Release Build / Rust project - latest (push) Has been cancelled
Rust Build & Publish / build (push) Has been cancelled
Pull Request / cargo test (push) Has been cancelled
Pull Request / cargo fmt --all -- --check (push) Has been cancelled
Pull Request / cargo clippy -- -D warnings (push) Has been cancelled
Some checks failed
Release Build / Rust project - latest (push) Has been cancelled
Rust Build & Publish / build (push) Has been cancelled
Pull Request / cargo test (push) Has been cancelled
Pull Request / cargo fmt --all -- --check (push) Has been cancelled
Pull Request / cargo clippy -- -D warnings (push) Has been cancelled
This commit is contained in:
parent
cbc3e49923
commit
dbdc4fc2a3
1 changed files with 4 additions and 0 deletions
|
@ -561,6 +561,10 @@ aside {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.copy,
|
||||
.import {
|
||||
margin: 5px;
|
||||
}
|
||||
.subscribe,
|
||||
.filter,
|
||||
.copy,
|
||||
|
|
Loading…
Add table
Reference in a new issue