diff --git a/.gitignore b/.gitignore index d8f44c8..eee1fb5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ taskfile.yaml backend/.env backend/backend backend/backend.exe +backend/skoly.log.csv scripts/script_texty/texty/ scripts/script_texty/knihy/ diff --git a/frontend/src/assets/jizBrzy.png b/frontend/src/assets/jizBrzy.png new file mode 100644 index 0000000..d0b4f01 Binary files /dev/null and b/frontend/src/assets/jizBrzy.png differ diff --git a/frontend/src/views/Domu.vue b/frontend/src/views/Domu.vue index e98aafe..2e43c13 100644 --- a/frontend/src/views/Domu.vue +++ b/frontend/src/views/Domu.vue @@ -39,7 +39,7 @@ function zacit() {

Webová aplikace na výuku
psaní všemi deseti zdarma.
Chceš se naučit psát jako pavouk?

-
Pavouk student @@ -73,8 +73,10 @@ function zacit() {

Jste vyučující na škole, kde probíhá výuka psaní všemi deseti? Nebo snad ještě neprobíhá? Vyzkoušejte ve třídě organizovanou výuku psaní!

- - +
+ + +
@@ -85,11 +87,6 @@ function zacit() { } @media screen and (max-width: 1100px) { - .tlacitko:nth-of-type(1) { - transform: scale(1) !important; - margin: 16px 0 !important; - } - .text:nth-of-type(1) p { font-size: 19px !important; } @@ -97,5 +94,14 @@ function zacit() { .bloky img { width: 90% !important; } + + .velky { + transform: scale(1.1) !important; + margin: 16px 0 !important; + } +} + +@media screen and (max-width: 600px) { + } \ No newline at end of file diff --git a/frontend/src/views/InfoSkola.vue b/frontend/src/views/InfoSkola.vue index a6324c5..27a244e 100644 --- a/frontend/src/views/InfoSkola.vue +++ b/frontend/src/views/InfoSkola.vue @@ -42,10 +42,10 @@ function chekujUdaje() {

Systém pro školy

-
@@ -175,7 +175,6 @@ function chekujUdaje() { flex-direction: column; height: auto; gap: 8px; - height: 417px; } #formular>div { diff --git a/frontend/src/views/Ucet.vue b/frontend/src/views/Ucet.vue index 8f021cf..7f04fdb 100644 --- a/frontend/src/views/Ucet.vue +++ b/frontend/src/views/Ucet.vue @@ -356,8 +356,16 @@ function prepnoutStatistiky() { #tlacitka { display: inline-flex; - margin-top: 10px; + margin-top: 20px; gap: 20px; + max-width: 80vw; + flex-wrap: wrap; + justify-content: center; +} + +.tlacitko, +.cervene-tlacitko { + margin-top: 0; } .tlacitko { @@ -587,8 +595,7 @@ function prepnoutStatistiky() { } #chyby #pismena>div:nth-child(2) { - gap: 0; - justify-content: space-between; + gap: 8%; } } @@ -616,6 +623,7 @@ function prepnoutStatistiky() { #prepinac-tabu { transform: scale(0.8); + font-size: 17px; } #chyby { diff --git a/frontend/src/views/VyberKlavesnice.vue b/frontend/src/views/VyberKlavesnice.vue index efccc1a..6fd99b7 100644 --- a/frontend/src/views/VyberKlavesnice.vue +++ b/frontend/src/views/VyberKlavesnice.vue @@ -3,11 +3,12 @@ import axios from 'axios'; import { onMounted, onUnmounted, ref } from 'vue'; import { checkTeapot, getToken, pridatOznameni } from '../utils'; import { useRouter } from 'vue-router'; +import { mobil } from '../stores'; const router = useRouter() const klavesnice = ref(false) const mameJi = ref(false) -const rucne = ref(false) +const rucne = ref(mobil) const img = ref() onMounted(() => { @@ -76,7 +77,7 @@ function zoomOut() {

Vybrat rozložení ručně

-

Zpět k normálnímu výběru

+

Zpět k automatickému výběru