Skip to content

Commit

Permalink
issue fix and docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-si-dev committed Jan 15, 2021
1 parent 3259208 commit ba8c6ae
Show file tree
Hide file tree
Showing 23 changed files with 2,489 additions and 2,783 deletions.
7 changes: 7 additions & 0 deletions dist/tooltip.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*!
* Tooltip 1.0
* https://sa-si-dev.github.io/tooltip
* Licensed under MIT (https://github.com/sa-si-dev/tooltip/blob/master/LICENSE)
*/
.tooltip-box{font-family:sans-serif;font-size:14px;color:#fff;background:#212121;position:absolute;top:0;left:0;max-width:300px;padding:5px 10px;opacity:0;pointer-events:none}

5 changes: 5 additions & 0 deletions dist/tooltip.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/virtual-select.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/virtual-select.min.js

Large diffs are not rendered by default.

57 changes: 48 additions & 9 deletions docs/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ section.cover .cover-main>p:last-child a:last-child:hover {

.sidebar > h1 {
font-weight: bold;
color: #512DA8; /* primary color */
color: var(--theme-color, #42b983);
}

.sidebar ul li a {
Expand All @@ -32,12 +32,7 @@ section.cover .cover-main>p:last-child a:last-child:hover {

.sidebar ul li a:hover {
text-decoration: none;
color: #512DA8; /* primary color */
}

.select-ele {
width: 100%;
max-width: 250px;
color: var(--theme-color, #42b983);
}

section.cover {
Expand All @@ -48,11 +43,55 @@ section.cover {
padding: 10px 15px;
line-height: 30px;
}

@media screen and (max-width: 768px) {
.sidebar-toggle {
display: flex;
justify-content: center;
align-items: center;
width: 56px;
height: 56px;
left: 20px;
bottom: 20px;
padding: 0;
background-color: var(--theme-color, #42b983);
border-radius: 50%;
}

.sidebar-toggle span {
background-color: #fff;
}

.sidebar-toggle span:last-child {
margin-bottom: 0;
}

body.close .sidebar-toggle {
display: none;
}

.markdown-section {
padding-bottom: 100px;
}
}

@media only screen and (max-width: 576px) {
.markdown-section {
max-width: 100%;
padding-left: 30px;
padding-right: 30px;
}
}
/* theme customization - end */

.get-started-select {
.get-started-example {
display: flex;
justify-content: space-between;
max-width: 600px;
margin: 30px auto 0;
}
flex-wrap: wrap;
}

.get-started-example .vscomp-ele {
margin-bottom: 20px;
}
5 changes: 5 additions & 0 deletions docs/assets/styles.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* Virtual Select 1.0
* https://sa-si-dev.github.io/virtual-select
* Licensed under MIT (https://github.com/sa-si-dev/virtual-select/blob/master/LICENSE)
*/(()=>{var e={60:()=>{}},r={};function t(o){if(r[o])return r[o].exports;var n=r[o]={exports:{}};return e[o](n,n.exports,t),n.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var o in r)t.o(r,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:r[o]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),(()=>{"use strict";t(60)})()})();
7 changes: 7 additions & 0 deletions docs/assets/tooltip.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*!
* Tooltip 1.0
* https://sa-si-dev.github.io/tooltip
* Licensed under MIT (https://github.com/sa-si-dev/tooltip/blob/master/LICENSE)
*/
.tooltip-box{font-family:sans-serif;font-size:14px;color:#fff;background:#212121;position:absolute;top:0;left:0;max-width:300px;padding:5px 10px;opacity:0;pointer-events:none}

5 changes: 5 additions & 0 deletions docs/assets/tooltip.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ba8c6ae

Please sign in to comment.