themepark-dev / theme.park

A collection of themes/skins for 50 selfhosted apps!
https://theme-park.dev
MIT License
2.43k stars 798 forks source link

[Duplicacy] Clean up of various elements #102

Closed rg9400 closed 4 years ago

rg9400 commented 4 years ago

On the dashboard chart, you've inverted the chart, but it leads to the colors of the various line graphs to not match the legend. Removing the invert messes up the axis and the grid

#chartStorages,
#chartBackups {
    filter: invert(100);
}

image image

In Storages and Backups, you'd end up with cards on top of cards. This might be resulting in some visual quirks with the charts

image

I was also unsure of how to fix the progress bars found when you backup/restore/run a schedule, though the default one isn't too far off in Organizr-Dark

image

Last one I couldn't fix was the mobile selected tab arrow is flipped on the sidebar menu, and the one from theme.park is appearing as well

image

GilbN commented 4 years ago

is this one okay now?

rg9400 commented 4 years ago

Looks good to me

GilbN commented 4 years ago

Nice!