Fix profile links and pagination
This commit is contained in:
parent
bfdbbcc6d1
commit
ae43cf0928
6 changed files with 31 additions and 2 deletions
1
resources/css/app.css
vendored
1
resources/css/app.css
vendored
|
@ -3,3 +3,4 @@
|
|||
@import "layout/main.css";
|
||||
@import "link-style.css";
|
||||
@import "posse.css";
|
||||
@import "user-profiles.css";
|
||||
|
|
3
resources/css/user-profiles.css
vendored
Normal file
3
resources/css/user-profiles.css
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
.hovercard {
|
||||
display: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue