You have successfully edited this setting

System
Label Value Edit
Version 2.7.6
Language English (English)
Support Discord | Github | Blog
Donate Paypal
Appearance
Label Value Edit
Background Image - not set -
Trianglify No
Trianglify Random Seed heimdall
Treat Tags As: Folders
Miscellaneous
Label Value Edit
Homepage Search No
Default Search Provider - not set -
Link opens in Open in the same tab
Advanced
Label Value Edit
Custom CSS
/* Desktop/laptop only; keep mobile normal */
@media (min-width: 900px) {
  /* Push the tile grid down */
  #app #sortable {
    margin-top: 32vh !important;  /* try 20–40vh */
  }

  /* If your layout ignores margin on #sortable, pad the main area instead */
  #app main {
    padding-top: 27vh !important; /* adjust alongside the margin-top above */
  }
}
Custom JavaScript