Skip to content

Commit

Permalink
Hotfix for live feeds position
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 29, 2023
1 parent 7b62210 commit ca3d7b8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2967,6 +2967,10 @@ body.embed .button.logo-button:hover,
order: 4;
}

.layout-multiple-columns .column-link[href="/public/local"] {
order: 5;
}

.layout-single-column .column-link[href="/public"] {
order: 6;
}
Expand Down

0 comments on commit ca3d7b8

Please sign in to comment.