(I assume you meant "I created a separated /var partition")
You can move/resize partitions from basically any live usb (via cli or gparted for gnome and kde partition manager for kde).
Shall you want to, you can also merge the var partition with (say) your root partition:
- mount both partitions in two directories (just create empty ones and mount on them, say ~/root and ~/var)
- inside ~/root create the new var/ directory
- copy the data over
- edit ~/root/etc/fstab (remove the line for the old var partition)
- use whatever partitioning tool to get rid of the actual partition and expand the previous/next one
Be aware that you can very easily lose your data ;)
PS: just in case, try running flatpak uninstall --unused