Skip to content

Commit

Permalink
added built-in control classes
Browse files Browse the repository at this point in the history
support show/hide
support position shorthands "right" and "bottom"
  • Loading branch information
ts-thomas committed Apr 20, 2021
1 parent 0fcb545 commit 58db23f
Show file tree
Hide file tree
Showing 12 changed files with 308 additions and 128 deletions.
253 changes: 183 additions & 70 deletions README.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion demo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ html, body{
font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, "Open Sans", OpenSans, Roboto, Segoe UI, sans-serif;
text-align: center;
color: #fff;
background: linear-gradient(135deg, #0d1117, #131820);

-webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%;
Expand All @@ -26,7 +27,7 @@ html, body{
right: 0;
bottom: 0;
left: 0;
background: linear-gradient(135deg, #0d1117, #131820);
background: inherit;
}
header{
position: fixed;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/winbox.min.css

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

Loading

0 comments on commit 58db23f

Please sign in to comment.