diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e93861c..646205b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,15 +1,14 @@ - - - - + + - - - - + + + + + @@ -171,6 +177,7 @@ - \ No newline at end of file diff --git a/src/assets/icons/ton_left.svg b/src/assets/icons/ton_left.svg new file mode 100644 index 0000000..870d0ab --- /dev/null +++ b/src/assets/icons/ton_left.svg @@ -0,0 +1,49 @@ + + + + diff --git a/src/assets/main.css b/src/assets/main.css index edf1bfb..84a5e8a 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -147,7 +147,7 @@ a, @media (max-width: 800px) { .mobile-scale { - scale: 70%; + scale: 80%; } } @@ -158,4 +158,19 @@ a, padding: 0.2rem 0.8rem; margin-left: 0.9rem; cursor: pointer; +} + +.flex { + display: flex; +} + +.b.back { + font-family: 'Inconsolata', monospace; + font-size: 1.5rem; + padding: 0.8rem; +} + +.b.back > img { + max-height: 1rem; + margin-right: 0.4rem; } \ No newline at end of file diff --git a/src/components/DarkLayout.vue b/src/components/DarkLayout.vue index db092f2..7335fc6 100644 --- a/src/components/DarkLayout.vue +++ b/src/components/DarkLayout.vue @@ -1,6 +1,8 @@