Skip to content

Instantly share code, notes, and snippets.

View Bert-Proesmans's full-sized avatar

Proesmans Bert Bert-Proesmans

View GitHub Profile
@Teraskull
Teraskull / flame_custom.css
Last active September 24, 2025 20:29
Custom CSS for Flame Dashboard.
/* Use `Onedark` theme for best results */
/* Hide Application URLs */
[class^="AppCard_AppCardDetails__"] {
height: 50%;
}
[class^="AppCard_AppCardDetails__"] span {
display: none !important;
}