Store uplaods in MongoDB too, start pagination
This commit is contained in:
parent
0d7a1b9b5a
commit
acafc1cc85
6 changed files with 138 additions and 55 deletions
|
@ -31,7 +31,15 @@ a:hover {
|
|||
.pcolor {
|
||||
color: $primary-color;
|
||||
}
|
||||
|
||||
.lcolor {
|
||||
color: $color-light;
|
||||
}
|
||||
.older-link, .newer-linker, .older-link:hover, .newer-link:hover {
|
||||
text-decoration: none;
|
||||
padding: 3px;
|
||||
}
|
||||
.newer-link { float: right }
|
||||
.clear { clear: both; }
|
||||
.remote-follow-button {
|
||||
background: $color-menu-background;
|
||||
color: $color-light;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue