Caching and refactors
This commit is contained in:
parent
67b06d7856
commit
8f1c8d6c96
33 changed files with 485 additions and 381 deletions
|
@ -29,6 +29,17 @@ th.header.rank {
|
|||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.user-with-img {
|
||||
display: inline-flex;
|
||||
gap: 0.5em;
|
||||
align-items: center;
|
||||
|
||||
.user-img {
|
||||
height: 1.5em;
|
||||
width: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
#search-handle {
|
||||
width: 100%;
|
||||
height: 2.3em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue