0
0
Fork 0

Add header to trends section and change refresh rate to 15 minutes (#11641)

This commit is contained in:
Eugen Rochko 2019-08-23 05:05:21 +02:00 committed by GitHub
parent 282ea17078
commit 4ef8d8b77c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -2765,6 +2765,15 @@ a.account__display-name {
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;