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
.item-container .item {
     display: flex;
     flex-direction: column;
     gap: 10px;
     align-items:  center;
     justify-content: center;
     height: 250px;
     width: 200px;
     padding: 10px;
     margin: 0;
}
.item-container .item .app-icon-container{
     width: 200px !important;
     height: 200px !important;
     margin: 0;
}
.item-container .item .app-icon{
     width: 100% !important;
     height: 100% !important;
     max-width: 100% !important;
     max-height: 100% !important;
}
.item-container .item svg{
     display: none;
}
.item-container .details{
     width: 100%;
     text-align: center;
}
#sortable{
     gap: 10px;
}
Custom JavaScript