Skip to content

Commit

Permalink
updated the template CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed May 8, 2024
1 parent 4fb9885 commit 1355b13
Show file tree
Hide file tree
Showing 18 changed files with 288 additions and 126 deletions.
23 changes: 16 additions & 7 deletions docs/examples/dist/RTL.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@
<style>
html, body{ min-height:100%; scroll-behavior: smooth; }
body{
font:14px Arial;
margin:0;
overflow-x:hidden;
font: 14px Arial;
margin: 0;
overflow-x: hidden;
height: 100vh;
display: grid;
place-items: center;
}

tags + input, tags + textarea {
position: initial !important;
left: 0 !important;
.tagify {
min-width: 300px;
max-width: 500px;
}

.tagify + input, .tagify + textarea {
position: fixed !important;
bottom: 10px;
left: 10px !important;
right: 10px;
transform: none !important;
width: 100%;
padding: 6px;
border: 2px solid #999;
margin-bottom: 1em;
Expand Down
23 changes: 16 additions & 7 deletions docs/examples/dist/advance-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@
<style>
html, body{ min-height:100%; scroll-behavior: smooth; }
body{
font:14px Arial;
margin:0;
overflow-x:hidden;
font: 14px Arial;
margin: 0;
overflow-x: hidden;
height: 100vh;
display: grid;
place-items: center;
}

tags + input, tags + textarea {
position: initial !important;
left: 0 !important;
.tagify {
min-width: 300px;
max-width: 500px;
}

.tagify + input, .tagify + textarea {
position: fixed !important;
bottom: 10px;
left: 10px !important;
right: 10px;
transform: none !important;
width: 100%;
padding: 6px;
border: 2px solid #999;
margin-bottom: 1em;
Expand Down
23 changes: 16 additions & 7 deletions docs/examples/dist/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@
<style>
html, body{ min-height:100%; scroll-behavior: smooth; }
body{
font:14px Arial;
margin:0;
overflow-x:hidden;
font: 14px Arial;
margin: 0;
overflow-x: hidden;
height: 100vh;
display: grid;
place-items: center;
}

tags + input, tags + textarea {
position: initial !important;
left: 0 !important;
.tagify {
min-width: 300px;
max-width: 500px;
}

.tagify + input, .tagify + textarea {
position: fixed !important;
bottom: 10px;
left: 10px !important;
right: 10px;
transform: none !important;
width: 100%;
padding: 6px;
border: 2px solid #999;
margin-bottom: 1em;
Expand Down
23 changes: 16 additions & 7 deletions docs/examples/dist/different-look.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@
<style>
html, body{ min-height:100%; scroll-behavior: smooth; }
body{
font:14px Arial;
margin:0;
overflow-x:hidden;
font: 14px Arial;
margin: 0;
overflow-x: hidden;
height: 100vh;
display: grid;
place-items: center;
}

tags + input, tags + textarea {
position: initial !important;
left: 0 !important;
.tagify {
min-width: 300px;
max-width: 500px;
}

.tagify + input, .tagify + textarea {
position: fixed !important;
bottom: 10px;
left: 10px !important;
right: 10px;
transform: none !important;
width: 100%;
padding: 6px;
border: 2px solid #999;
margin-bottom: 1em;
Expand Down
23 changes: 16 additions & 7 deletions docs/examples/dist/disabled-user-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@
<style>
html, body{ min-height:100%; scroll-behavior: smooth; }
body{
font:14px Arial;
margin:0;
overflow-x:hidden;
font: 14px Arial;
margin: 0;
overflow-x: hidden;
height: 100vh;
display: grid;
place-items: center;
}

tags + input, tags + textarea {
position: initial !important;
left: 0 !important;
.tagify {
min-width: 300px;
max-width: 500px;
}

.tagify + input, .tagify + textarea {
position: fixed !important;
bottom: 10px;
left: 10px !important;
right: 10px;
transform: none !important;
width: 100%;
padding: 6px;
border: 2px solid #999;
margin-bottom: 1em;
Expand Down
23 changes: 16 additions & 7 deletions docs/examples/dist/disabled.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@
<style>
html, body{ min-height:100%; scroll-behavior: smooth; }
body{
font:14px Arial;
margin:0;
overflow-x:hidden;
font: 14px Arial;
margin: 0;
overflow-x: hidden;
height: 100vh;
display: grid;
place-items: center;
}

tags + input, tags + textarea {
position: initial !important;
left: 0 !important;
.tagify {
min-width: 300px;
max-width: 500px;
}

.tagify + input, .tagify + textarea {
position: fixed !important;
bottom: 10px;
left: 10px !important;
right: 10px;
transform: none !important;
width: 100%;
padding: 6px;
border: 2px solid #999;
margin-bottom: 1em;
Expand Down
23 changes: 16 additions & 7 deletions docs/examples/dist/drag-sort.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@
<style>
html, body{ min-height:100%; scroll-behavior: smooth; }
body{
font:14px Arial;
margin:0;
overflow-x:hidden;
font: 14px Arial;
margin: 0;
overflow-x: hidden;
height: 100vh;
display: grid;
place-items: center;
}

tags + input, tags + textarea {
position: initial !important;
left: 0 !important;
.tagify {
min-width: 300px;
max-width: 500px;
}

.tagify + input, .tagify + textarea {
position: fixed !important;
bottom: 10px;
left: 10px !important;
right: 10px;
transform: none !important;
width: 100%;
padding: 6px;
border: 2px solid #999;
margin-bottom: 1em;
Expand Down
23 changes: 16 additions & 7 deletions docs/examples/dist/extra-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@
<style>
html, body{ min-height:100%; scroll-behavior: smooth; }
body{
font:14px Arial;
margin:0;
overflow-x:hidden;
font: 14px Arial;
margin: 0;
overflow-x: hidden;
height: 100vh;
display: grid;
place-items: center;
}

tags + input, tags + textarea {
position: initial !important;
left: 0 !important;
.tagify {
min-width: 300px;
max-width: 500px;
}

.tagify + input, .tagify + textarea {
position: fixed !important;
bottom: 10px;
left: 10px !important;
right: 10px;
transform: none !important;
width: 100%;
padding: 6px;
border: 2px solid #999;
margin-bottom: 1em;
Expand Down
23 changes: 16 additions & 7 deletions docs/examples/dist/input-suggestions-styled-as-tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@
<style>
html, body{ min-height:100%; scroll-behavior: smooth; }
body{
font:14px Arial;
margin:0;
overflow-x:hidden;
font: 14px Arial;
margin: 0;
overflow-x: hidden;
height: 100vh;
display: grid;
place-items: center;
}

tags + input, tags + textarea {
position: initial !important;
left: 0 !important;
.tagify {
min-width: 300px;
max-width: 500px;
}

.tagify + input, .tagify + textarea {
position: fixed !important;
bottom: 10px;
left: 10px !important;
right: 10px;
transform: none !important;
width: 100%;
padding: 6px;
border: 2px solid #999;
margin-bottom: 1em;
Expand Down
23 changes: 16 additions & 7 deletions docs/examples/dist/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@
<style>
html, body{ min-height:100%; scroll-behavior: smooth; }
body{
font:14px Arial;
margin:0;
overflow-x:hidden;
font: 14px Arial;
margin: 0;
overflow-x: hidden;
height: 100vh;
display: grid;
place-items: center;
}

tags + input, tags + textarea {
position: initial !important;
left: 0 !important;
.tagify {
min-width: 300px;
max-width: 500px;
}

.tagify + input, .tagify + textarea {
position: fixed !important;
bottom: 10px;
left: 10px !important;
right: 10px;
transform: none !important;
width: 100%;
padding: 6px;
border: 2px solid #999;
margin-bottom: 1em;
Expand Down
23 changes: 16 additions & 7 deletions docs/examples/dist/manual-suggestions.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@
<style>
html, body{ min-height:100%; scroll-behavior: smooth; }
body{
font:14px Arial;
margin:0;
overflow-x:hidden;
font: 14px Arial;
margin: 0;
overflow-x: hidden;
height: 100vh;
display: grid;
place-items: center;
}

tags + input, tags + textarea {
position: initial !important;
left: 0 !important;
.tagify {
min-width: 300px;
max-width: 500px;
}

.tagify + input, .tagify + textarea {
position: fixed !important;
bottom: 10px;
left: 10px !important;
right: 10px;
transform: none !important;
width: 100%;
padding: 6px;
border: 2px solid #999;
margin-bottom: 1em;
Expand Down
23 changes: 16 additions & 7 deletions docs/examples/dist/mix.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@
<style>
html, body{ min-height:100%; scroll-behavior: smooth; }
body{
font:14px Arial;
margin:0;
overflow-x:hidden;
font: 14px Arial;
margin: 0;
overflow-x: hidden;
height: 100vh;
display: grid;
place-items: center;
}

tags + input, tags + textarea {
position: initial !important;
left: 0 !important;
.tagify {
min-width: 300px;
max-width: 500px;
}

.tagify + input, .tagify + textarea {
position: fixed !important;
bottom: 10px;
left: 10px !important;
right: 10px;
transform: none !important;
width: 100%;
padding: 6px;
border: 2px solid #999;
margin-bottom: 1em;
Expand Down
Loading

0 comments on commit 1355b13

Please sign in to comment.