Fix profile links and pagination

This commit is contained in:
Jonny Barnes 2022-05-15 17:10:42 +01:00
parent bfdbbcc6d1
commit ae43cf0928
6 changed files with 31 additions and 2 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
.hovercard {
display: none;
}