mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Add pages to subreddits
This commit is contained in:
parent
0054557c86
commit
7a176c6804
8 changed files with 95 additions and 39 deletions
|
@ -29,6 +29,11 @@ main {
|
|||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
footer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
|
@ -109,7 +114,7 @@ span {
|
|||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
#sort > div {
|
||||
#sort > div, footer > a {
|
||||
background: #151515;
|
||||
color: lightgrey;
|
||||
border-radius: 5px;
|
||||
|
@ -117,7 +122,6 @@ span {
|
|||
padding: 10px 20px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#sort > div:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue