This commit is contained in:
Bruno Rybársky 2023-04-02 18:10:55 +02:00
parent 7b6ceb6518
commit 8db4677ddb
No known key found for this signature in database
GPG Key ID: DFE2C061EF985CD4
2 changed files with 4 additions and 6 deletions

@ -3,7 +3,6 @@ body {
} }
#activeholder { #activeholder {
position: absolute;
width: 100%; width: 100%;
left: 0%; left: 0%;
bottom: 0%; bottom: 0%;
@ -90,14 +89,13 @@ td {
#vzoritem { #vzoritem {
bottom: 4%; bottom: 4%;
left: 4%; left: 4%;
position: absolute;
z-index: 2; z-index: 2;
width: 25%; width: 20%;
height: 50%; height: 10%;
object-fit: contain; object-fit: contain;
} }
#vzoritem>div{ .itemholderak{
width: 100%; width: 100%;
height: 100%; height: 100%;
} }

@ -4,7 +4,7 @@ var cntdrag = 1;
//missing Q, CH, DZ, DŽ, Ä, W, X //missing Q, CH, DZ, DŽ, Ä, W, X
let data_tabl = ["A", "Á", "B", "C", "Č", "D", "Ď", "E", "É", "F", "G", "H", "I", "Í", "J", "K", "L", "Ĺ", "Ľ", "M", "N", "Ň", "O", "Ó", "Ô", "P", "R", "Ŕ", "S", "Š", "T", "Ť", "U", "Ú", "V", "Y", "Ý", "Z", "Ž"]; let data_tabl = ["A", "Á", "B", "C", "Č", "D", "Ď", "E", "É", "F", "G", "H", "I", "Í", "J", "K", "L", "Ĺ", "Ľ", "M", "N", "Ň", "O", "Ó", "Ô", "P", "R", "Ŕ", "S", "Š", "T", "Ť", "U", "Ú", "V", "Y", "Ý", "Z", "Ž"];
let tocount = 10; let tocount = 7;
let words = [ let words = [
"DOM", "DOM",