Skip to content

Commit

Permalink
Deploying to gh-pages from @ zzxming/quill-toolbar-tip@eab15a053560aa…
Browse files Browse the repository at this point in the history
…3ea9044de06d6dc13a77bb2c82 🚀
  • Loading branch information
zzxming committed Nov 9, 2024
1 parent 1e50cb5 commit a0af5bd
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 57 deletions.
205 changes: 204 additions & 1 deletion dev.js

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

2 changes: 1 addition & 1 deletion dev.js.map

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

6 changes: 3 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.tooltip {
.toolbar-tip__tooltip {
position: absolute;
z-index: 20;
padding: 4px 12px;
Expand All @@ -9,9 +9,9 @@
background-color: #303133;
transition: opacity 0.15s linear;
}
.tooltip.transparent {
.toolbar-tip__tooltip.transparent {
opacity: 0;
}
.tooltip.hidden {
.toolbar-tip__tooltip.hidden {
display: none;
}
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Quill ToolbarTip Module Demo</title>
<title>Quill Table Module Demo</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0, viewport-fit=cover"
Expand All @@ -17,9 +17,10 @@
<body>
<div style="display: flex; flex-direction: column; width: 80%; margin: auto">
<div>
<button id="btn1">console</button>
<div id="editor1" style="height: 400px"></div>
<div id="output1"></div>
<div id="editor1" style="height: 200px"></div>
</div>
<div>
<div id="editor2" style="height: 200px"></div>
</div>
</div>
<script type="module" src="./index.js"></script>
Expand Down
Loading

0 comments on commit a0af5bd

Please sign in to comment.