1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-19 19:00:11 +00:00
jfa-go/css
Harvey Tindall 2057823b7a
setup: flex-ify, light/dark, keep page position on reload
got rid of a bunch of m[l/r/x/y]-x tailwind classes and used more
flex-[row/col] gap-2's. UI should be more consistent in general, and
with the admin UI.

The page you were on is actually read from the URL on reload, however
does not keep settings (implemented just for ease of UI editing,
really).

`missing-colors.js` preprocessor script now applies dark prefixes for
<section>s, but like with cards, does not apply a default ~neutral to
those without, so that <section class=""> looks different to <section
class="~neutral">.

Light/dark selector added to setup too, and the actual mode given to the
browser through CSS `color-scheme` is correct, meaning things like textareas, checkboxes and
controls are now colored according to the theme.
2024-08-21 18:31:54 +01:00
..
base.css setup: flex-ify, light/dark, keep page position on reload 2024-08-21 18:31:54 +01:00
dark.css switch to DOM based variant adding 2021-12-30 23:52:53 +00:00
dark.js tailwind: upgrade a17t, somewhat functional dark mode 2021-12-30 00:49:43 +00:00
fonts.css css: fix font error 2023-06-26 20:29:59 +01:00
loader.css activity: sort, load more, compromises for client-side search 2023-10-22 00:31:30 +01:00
modal.css admin: add setting to hide background on login 2023-10-02 10:34:14 +01:00
tooltip.css ui: more invites page improvements/cleanup, fix tooltips on mobile 2023-12-23 17:45:18 +00:00