[Glitch] Add header to trends section and change refresh rate to 15 minutes

Port 4ef8d8b77c to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-08-23 05:05:21 +02:00
committed by ThibG
parent 12c188f533
commit ce182efd68
2 changed files with 13 additions and 1 deletions

View File

@ -915,6 +915,15 @@
animation: fade 150ms linear;
margin-top: 10px;
h4 {
font-size: 12px;
text-transform: uppercase;
color: $darker-text-color;
padding: 10px;
font-weight: 500;
border-bottom: 1px solid lighten($ui-base-color, 8%);
}
@media screen and (max-height: 810px) {
.trends__item:nth-child(3) {
display: none;