First commit

This commit is contained in:
2025-12-25 11:16:59 +01:00
commit 0c5ca09a63
720 changed files with 329234 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
import tableCell from "/elements/tableCell.js";
export default class gridViewBodyColumn extends tableCell{
useCustomElement = false;
layers = 1;
#ifdef WINDOWS
padding = 20;
#ifdef DARK
paddingLeft = 30;
//borderLeft = "1px solid #24364e7a";
#endif
#ifdef LIGHT
#endif
#endif
#ifdef MACOS
padding = 12;
#ifdef DARK
#endif
#ifdef LIGHT
#endif
#endif
#ifdef ANDROID
padding = 20;
#endif
}