feat: ♻️ refactor ALL THE THINGS!!! (again)

Update to Vue 3 and employ Vue Router, additional design changes and navigation changes
This commit is contained in:
sebin.nyshkim@icloud.com 2022-01-04 00:39:02 +01:00
parent e9f29b655d
commit ae5d4d2633
59 changed files with 2768 additions and 1381 deletions

View file

@ -29,6 +29,8 @@ export default {
</script>
<style lang="scss">
@import "@/scss/base.scss";
.nsfw-switch {
font-family: "apple color emoji", "segoe ui emoji", "noto color emoji",
"android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla",
@ -107,7 +109,7 @@ export default {
pointer-events: none;
&:checked + .toggle {
background-color: #4bd763;
background-color: $bg-color-light;
&::before {
transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);