Skip to content

Commit

Permalink
Generated latest package
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishBharadwaj committed Apr 21, 2020
1 parent 7edafb3 commit 6a4c774
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/verify.yml

This file was deleted.

Binary file modified dist/flawesome Setup 0.2.0.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#root{
display: grid;
grid-template-rows: 38px auto 20px;
grid-template-rows: 35px auto 20px;
width: 100vw;
height: 100vh;
box-sizing: border-box;
Expand Down
6 changes: 5 additions & 1 deletion src/components/title-bar/styles/TitleBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
-webkit-app-region: drag;
}

.ab_TitleBar .bp3-popover-wrapper{
height: 35px;
}

/* Window control Styles */
.ab_TB_WinControls
{
Expand Down Expand Up @@ -113,7 +117,6 @@
background: url("../media/history.svg");
background-repeat: no-repeat;
background-position: center center;
background-size: 21px 21px;
margin-top: 8px;
margin-left: 5px;
background-color: #394B59;
Expand Down Expand Up @@ -150,6 +153,7 @@
background: url("../media/next.svg");
background-repeat: no-repeat;
background-position: center center;
background-size: 20px 20px;
margin-top: 8px;
margin-left: 5px;
background-color: #394B59;
Expand Down

0 comments on commit 6a4c774

Please sign in to comment.