General clean up of the new AE Sponsorships app. Making it portable too.

This commit is contained in:
Scott Idem
2024-02-08 17:51:38 -05:00
parent 06e0c98e68
commit 7775b88b35
9 changed files with 1356 additions and 1184 deletions

View File

@@ -35,7 +35,7 @@ body {
/* Display as flex does not seem to work well here. */
}
body>.svelte_target {
.svelte_target.ae_svelte_app {
box-sizing: border-box;
/* box-sizing: content-box; */
@@ -67,7 +67,7 @@ body>.svelte_target {
/* Use this to fix the scrolling. This is mostly useful for wide tables. */
/* This must be applied to the parent of the table. */
body>.svelte_target .svelte_component {
.svelte_target.ae_svelte_app .svelte_component {
overflow: scroll;
}