Add header to trends section and change refresh rate to 15 minutes (#11641)
This commit is contained in:
parent
282ea17078
commit
4ef8d8b77c
2 changed files with 13 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue