mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-01 04:12:18 +00:00
Basic subscribe functionality.
This commit is contained in:
parent
75bbcefbec
commit
345308a9ac
5 changed files with 53 additions and 11 deletions
|
@ -236,10 +236,10 @@ aside {
|
|||
/* Subscriptions/Favorites */
|
||||
|
||||
#sub_subscription {
|
||||
margin-top: 30px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#sub_subscription > a {
|
||||
#sub_subscription > input {
|
||||
padding: 10px 20px;
|
||||
border-radius: 5px;
|
||||
color: var(--foreground);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue