mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-14 09:55:55 -07:00
fix: a couple ui fixes (#147)
* fix: reduce loading component width * improve theme selector for mobile * match interest graph width to activity grid
This commit is contained in:
parent
1eb1cd0fd5
commit
aa7fddd518
5 changed files with 43 additions and 23 deletions
|
|
@ -49,7 +49,7 @@ export function ThemeSwitcher() {
|
|||
<AsyncButton onClick={resetTheme}>Reset</AsyncButton>
|
||||
</div>
|
||||
</div>
|
||||
<div className="grid grid-cols-2 items-center gap-2">
|
||||
<div className="grid grid-cols-1 sm:grid-cols-2 items-center gap-2">
|
||||
{Object.entries(themes).map(([name, themeData]) => (
|
||||
<ThemeOption
|
||||
setTheme={setTheme}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue