Skip to content

Commit

Permalink
Merge pull request viliusle#4 from viliusle/master
Browse files Browse the repository at this point in the history
Backfill
  • Loading branch information
Giwayume committed Oct 14, 2020
2 parents a9ad8c7 + 2019fca commit 833f628
Show file tree
Hide file tree
Showing 29 changed files with 1,480 additions and 1,357 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ or upload from computer (using menu or drag & drop). Nothing will be sent to any
- Chrome
- Firefox
- Opera
- Edge
- Safari
- Edge (missing few features)
- IE 11 (only basic support)

## Features

Expand Down
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
</head>
<body>
<div class="wrapper">

<nav aria-label="Main Menu" class="main_menu" id="main_menu"></nav>

<div class="submenu">
<a class="logo" href="">miniPaint</a>
Expand Down Expand Up @@ -84,9 +86,10 @@ <h2 class="trn">Layers</h2>
</div>
</div>
<div class="mobile_menu">
<button class="right_mobile_menu" id="mobile_menu_button" type="button"></button>
<button class="right_mobile_menu" id="mobile_menu_button" type="button">
<span class="sr_only">Toggle Menu</span>
</button>
</div>
<div class="ddsmoothmenu" id="main_menu"></div>
<div class="hidden" id="tmp"></div>
<div id="popup"></div>
</body>
Expand Down
3 changes: 3 additions & 0 deletions src/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,9 @@ body .sp-preview{
-ms-grid-column: 2;
grid-area: main;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.canvas_wrapper{
position:relative;
Expand Down
Loading

0 comments on commit 833f628

Please sign in to comment.